[Lunar-commits] CVS: theedge/var/lib/lunar/functions main.lunar, 1.21, 1.22

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Mar 18 00:52:40 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv9168

Modified Files:
	main.lunar 
Log Message:
Misc typos


Index: main.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/main.lunar,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- main.lunar	14 Dec 2004 15:05:06 -0000	1.21
+++ main.lunar	18 Mar 2005 00:52:37 -0000	1.22
@@ -86,7 +86,7 @@
 rebuild()  {
   debug_msg "rebuild ($@)"
 
-  message  "${MESSAGE_COLOR}Startings non-recursive rebuild${DEFAULT_COLOR}"
+  message  "${MESSAGE_COLOR}Starting non-recursive rebuild${DEFAULT_COLOR}"
   message  "${MESSAGE_COLOR}Running FIX on all modules${DEFAULT_COLOR}"
   echo run_fix
 
@@ -194,7 +194,7 @@
       report $INSTALL_LOGS/$MODULE-$VERSION "install log" $MODULE $VERSION &&
       sound SUCCESS
       activity_log  "lin"  "$MODULE"  "$VERSION"  "success"  "resurrected"
-      message  "${RESURRECT_COLOR}Resurrected ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR} ${MESSAGE_COLOR}succesfully${DEFAULT_COLOR}"
+      message  "${RESURRECT_COLOR}Resurrected ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR} ${MESSAGE_COLOR}successfully${DEFAULT_COLOR}"
     else
       sound FAILURE
       activity_log  "lin"  "$MODULE"  "$VERSION"  "failed"  "resurrect failed"
@@ -231,7 +231,7 @@
     return 1
   fi
 
-  # resurrect if we can, but not is -c was issued
+  # resurrect if we can, but not if -c was issued
   if [ "$AUTORESURRECT" == "on" -a -z "$COMPILE" ] ; then
     # we also do not resurrect if $MODULE is currently installed!
     if ! module_installed $MODULE ; then



More information about the Lunar-commits mailing list