X11rdp: fix spelling mistakes

exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
This commit is contained in:
Philipp Hahn 2013-01-25 10:36:26 +01:00
parent 29b7081dcf
commit f2b7aafb4e
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
.SH "DESCRIPTION" .SH "DESCRIPTION"
.LP .LP
This is the man page for \fBxrdp.ini\fR, \fBxrdp\fR(8) configuration file. 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. \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.

View File

@ -147,7 +147,7 @@ extract_it()
echo "executing ./configure --prefix=$PREFIX_DIR $mod_args" echo "executing ./configure --prefix=$PREFIX_DIR $mod_args"
if ! ./configure --prefix=$PREFIX_DIR $mod_args if ! ./configure --prefix=$PREFIX_DIR $mod_args
then then
echo "configuration failed for module $mn" echo "configuration failed for module $mod_name"
exit 1 exit 1
fi fi
@ -252,7 +252,7 @@ else
fi fi
if ! test -d $PREFIX_DIR; then 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 if ! mkdir $PREFIX_DIR
then then
echo "mkdir failed [$PREFIX_DIR]" echo "mkdir failed [$PREFIX_DIR]"

View File

@ -34,7 +34,7 @@ SyslogLevel=DEBUG
# LogLevel and SysLogLevel could by any of: core, error, warning, info or debug # LogLevel and SysLogLevel could by any of: core, error, warning, info or debug
[channels] [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. # You can block any channel by setting its value to false.
# IMPORTANT! All channels are not supported in all use # IMPORTANT! All channels are not supported in all use
# cases even if you set all values to true. # cases even if you set all values to true.