[Lunar-commits] r23509 - lunar/trunk/var/lib/lunar/functions

Moritz Heiber moe at lunar-linux.org
Tue Mar 6 00:04:59 CET 2007


Author: moe
Date: 2007-03-06 00:04:59 +0100 (Tue, 06 Mar 2007)
New Revision: 23509

Modified:
   lunar/trunk/var/lib/lunar/functions/messages.lunar
Log:
Compensate for sofar's copy and paste errors ;-)



Modified: lunar/trunk/var/lib/lunar/functions/messages.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/messages.lunar	2007-03-05 22:56:22 UTC (rev 23508)
+++ lunar/trunk/var/lib/lunar/functions/messages.lunar	2007-03-05 23:04:59 UTC (rev 23509)
@@ -167,7 +167,7 @@
 
 # mquery is a wrapper to autodetect if a certain y/n parameter in a module
 # config is not set yet and handles the case in a single function
-# usage: mqeury USE_LILO "Use lilo instead of grub ?" y
+# usage: mquery USE_LILO "Use lilo instead of grub ?" y
 # note : $MODULE must be set properly
 mquery()
 {
@@ -185,11 +185,11 @@
 }
 
 # oquery adds to OPTS instead of storing a variable
-# usage: oqeury USE_SSL "Enable SSL support" y "--enable-ssl" "--disable-ssl"
+# usage: oquery USE_SSL "Enable SSL support" y "--enable-ssl" "--disable-ssl"
 # note : $MODULE must be set properly
 oquery()
 {
-    debug_msg "mquery ($@)"
+    debug_msg "oquery ($@)"
     if [ -n "$MODULE" ]; then
         # use mquery to get an answer, store the choice for later
         mquery "$1" "$2" "$3"



More information about the Lunar-commits mailing list