]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - config
config: Fix braino in comment.
[gsu.git] / config
diff --git a/config b/config
index 34352e2427efc140170e2691f27f841acc075db3..4e731afd84e344b5eee6ef61c7f26b345ca5a754 100644 (file)
--- a/config
+++ b/config
@@ -24,7 +24,7 @@ gsu_check_options()
                eval "${gsu_options[$i]}"
 
                # Check name. It must be non-empty and consist of [a-zA-Z_0-9]
-               # only.  Moreover it must not start with [a-zA-Z].
+               # only.  Moreover it must start with [a-zA-Z].
                ret=-$E_GSU_BAD_CONFIG_VAR
                result="name: '$name'"
                # bash's =~ works only for 3.2 and newer, so use grep