fixed typos
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 7 Feb 2005 18:02:06 +0000 (18:02 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 7 Feb 2005 18:02:06 +0000 (18:02 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1858 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/functions
util-vserver/scripts/vserver-build.functions.pkgmgmt
util-vserver/src/vunify.c

index 77e30e0..e0a1f3f 100644 (file)
@@ -670,7 +670,7 @@ function vshelper.doSanityCheck
     if ! test -r "$proc_file"; then
        vshelper=
        warnings=( "${warnings[@]}"
-                  $"File '$proc_file' does not exists but is required for vshelper setup" )
+                  $"File '$proc_file' does not exist but is required for vshelper setup" )
         solution_disable=1
     else
        vshelper=$(cat "$proc_file")
index 5f2649b..4a3fba0 100644 (file)
@@ -30,7 +30,7 @@ function pkgmgmt._setPkgCfgBase
     done
 
     test -d "$PKGCFGBASE"  || {
-       echo "pkgcfgbase-dir '$PKGCFGBASE' does not exists or is invalid" >&2
+       echo "pkgcfgbase-dir '$PKGCFGBASE' does not exist or is invalid" >&2
        exit 1
     }
 }
index 4dd8edf..4d8d411 100644 (file)
@@ -285,7 +285,7 @@ printSkipReason()
       MatchList_printId(skip_reason.d.list, 1);
       break;
     case rsFSTAT       :  WRITE_MSG(1, "fstat error"); break;
-    case rsNOEXISTS    :  WRITE_MSG(1, "does not exists in refserver(s)"); break;
+    case rsNOEXISTS    :  WRITE_MSG(1, "does not exist in refserver(s)"); break;
     case rsSYMLINK     :  WRITE_MSG(1, "symlink"); break;
     case rsSPECIAL     :  WRITE_MSG(1, "non regular file"); break;
     case rsUNIFIED     :  WRITE_MSG(1, "already unified"); break;