diff options
author | Philipp Hahn <hahn@univention.de> | 2013-01-25 10:36:26 +0100 |
---|---|---|
committer | Philipp Hahn <hahn@univention.de> | 2013-01-28 11:04:29 +0100 |
commit | f2b7aafb4e1550d50135196c64523dcbdaf97b07 (patch) | |
tree | 45fe2ebf386e9b7891ae1d9a4398a0bf0d910eed | |
parent | 29b7081dcf469e68c88dfe4a05d22e9f0fadac71 (diff) | |
download | xrdp-proprietary-f2b7aafb4e1550d50135196c64523dcbdaf97b07.tar.gz xrdp-proprietary-f2b7aafb4e1550d50135196c64523dcbdaf97b07.zip |
X11rdp: fix spelling mistakes
exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
-rw-r--r-- | docs/man/xrdp.ini.5 | 2 | ||||
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 4 | ||||
-rw-r--r-- | xrdp/xrdp.ini | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5 index f46b5609..8f3ecb80 100644 --- a/docs/man/xrdp.ini.5 +++ b/docs/man/xrdp.ini.5 @@ -6,7 +6,7 @@ .SH "DESCRIPTION" .LP This is the man page for \fBxrdp.ini\fR, \fBxrdp\fR(8) configuration file. -It is composed by a number of sections, each one composed by a section name, enclosed by square brackets, folowed by a list of \fI<parameter>\fR=\fI<value>\fR lines. +It is composed by a number of sections, each one composed by a section name, enclosed by square brackets, followed by a list of \fI<parameter>\fR=\fI<value>\fR lines. \fBxrdp.ini\fR is contains a \fB[Globals]\fR section, which sets some global configuration settings for \fBxrdp\fR(8), and one or more "connection" sections which contain the info on which services \fBxrdp\fR(8) can connect to. diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index f3b231e3..8ef2458d 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -147,7 +147,7 @@ extract_it() echo "executing ./configure --prefix=$PREFIX_DIR $mod_args" if ! ./configure --prefix=$PREFIX_DIR $mod_args then - echo "configuration failed for module $mn" + echo "configuration failed for module $mod_name" exit 1 fi @@ -252,7 +252,7 @@ else fi if ! test -d $PREFIX_DIR; then - echo "dir does not exit, creating [$PREFIX_DIR]" + echo "dir does not exist, creating [$PREFIX_DIR]" if ! mkdir $PREFIX_DIR then echo "mkdir failed [$PREFIX_DIR]" diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index f500f63f..b0127d01 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -34,7 +34,7 @@ SyslogLevel=DEBUG # LogLevel and SysLogLevel could by any of: core, error, warning, info or debug [channels] -# Channel names not listed here will be blocket by XRDP. +# Channel names not listed here will be blocked by XRDP. # You can block any channel by setting its value to false. # IMPORTANT! All channels are not supported in all use # cases even if you set all values to true. |