]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-defaults.m4
Update help text so everything lines up properly and is consistent and spelled correctly.
[thirdparty/cups.git] / config-scripts / cups-defaults.m4
index 9fd99689bbe539e7cf648175051d9e7f9b4d1d78..120fd3b3e497796699c69c682da8dfc3b7252d93 100644 (file)
@@ -38,7 +38,7 @@ if test "x$CUPS_BUNDLEDIR" != x; then
 fi
 
 dnl Default executable file permissions
-AC_ARG_WITH(exe_file_perm, [  --with-exe-file-perm set default exectuable permissions value, default=0555],
+AC_ARG_WITH(exe_file_perm, [  --with-exe-file-perm    set default executable permissions value, default=0555],
        CUPS_EXE_FILE_PERM="$withval",
        [case "$host_os_name" in
                linux* | gnu*)