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 /xorg/X11R7.6/buildx.sh | |
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
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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]" |