[Lunar-commits] CVS: theedge/var/lib/lunar/functions download.lunar, 1.41, 1.42 main.lunar, 1.13, 1.14 recovery.lunar, 1.3, 1.4

Jon South striker at lunar-linux.org
Sun May 2 09:33:01 GMT 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21976/var/lib/lunar/functions

Modified Files:
	download.lunar main.lunar recovery.lunar 
Log Message:
s/successfull/successful/ Spellchecker anyone? ;)


Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- download.lunar	9 Mar 2004 11:22:11 -0000	1.41
+++ download.lunar	2 May 2004 09:32:59 -0000	1.42
@@ -257,7 +257,7 @@
   if testpack $TMP_RESULTFILE ; then
     install -m644 $TMP_RESULTFILE $(dirname $2)/$(basename $TMP_RESULTFILE)
     rm $(guess_filename $TMP_RESULTFILE)
-    verbose_msg "download of \"$1\" successfull"
+    verbose_msg "download of \"$1\" successful"
   else
     rm -f $(guess_filename $TMP_RESULTFILE)
   fi

Index: main.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/main.lunar,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- main.lunar	24 Apr 2004 19:08:16 -0000	1.13
+++ main.lunar	2 May 2004 09:32:59 -0000	1.14
@@ -25,7 +25,7 @@
 
   purge_modules
   
-  export TMP_LIN_SUCCESS=$(temp_create "successfull")
+  export TMP_LIN_SUCCESS=$(temp_create "successful")
   export TMP_LIN_FAIL=$(temp_create "failed")
       
   update_modules

Index: recovery.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/recovery.lunar,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- recovery.lunar	29 Jul 2003 20:49:28 -0000	1.3
+++ recovery.lunar	2 May 2004 09:32:59 -0000	1.4
@@ -97,7 +97,7 @@
          message  "${MESSAGE_COLOR}Success!!"   \
                   "${DEFAULT_COLOR}"
       else
-         message  "${PROBLEM_COLOR}Unsuccessfull :=( No more operation!!"  \
+         message  "${PROBLEM_COLOR}Unsuccessful :=( No more operation!!"  \
                   "${DEFAULT_COLOR}"
          exit 1
       fi
@@ -125,7 +125,7 @@
                      "to MODULE_STATUS_BACKUP"   \
                      "${DEFAULT_COLOR}"
          else
-            message  "${PROBLEM_COLOR}Unsuccessfull while copying" \
+            message  "${PROBLEM_COLOR}Unsuccessful while copying" \
                      "MODULE_STATUS to MODULE_STATUS_BACKUP :=(  " \
                      "No more operation!!"                         \
                      "${DEFAULT_COLOR}"



More information about the Lunar-commits mailing list