[gnome-commander] noop: comment correction



commit 4cc60020bfc88b7595e5536b58b346703f16f762
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Thu Mar 13 10:12:55 2014 +0100

    noop: comment correction

 mkinstalldirs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mkinstalldirs b/mkinstalldirs
index 4191a45..55d537f 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -81,9 +81,9 @@ case $dirmode in
       echo "mkdir -p -- $*"
       exec mkdir -p -- "$@"
     else
-      # On NextStep and OpenStep, the `mkdir' command does not
+      # On NextStep and OpenStep, the 'mkdir' command does not
       # recognize any option.  It will interpret all options as
-      # directories to create, and then abort because `.' already
+      # directories to create, and then abort because '.' already
       # exists.
       test -d ./-p && rmdir ./-p
       test -d ./--version && rmdir ./--version


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]