Index: trunk/MagicSoft/Mars/datacenter/scripts/runstar
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7258)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7265)
@@ -74,5 +74,5 @@
    
    case $check0 in 
-       1)   echo "check0=$check0 -> everthing ok -> run star" >> $scriptlog 2>&1;;
+       1)   echo "check0=$check0 -> everything ok -> run star" >> $scriptlog 2>&1;;
        *)   echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
    esac
@@ -145,5 +145,5 @@
 
   case $check1 in
-     0)   echo "check1=$check1 -> everthing ok " >> $scriptlog 2>&1
+     0)   echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1
           echo "-> inserting the status for star for sequence $sequence into the db" >> $scriptlog 2>&1
           setstatuslogpath=$logpath/setstatus/star/$no
@@ -153,5 +153,5 @@
           check4=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'`
           case $check4 in
-  	     1)   echo "check4=$check4 -> everthing ok, status has been set" >> $scriptlog 2>&1;;
+  	     1)   echo "check4=$check4 -> everything ok, status has been set" >> $scriptlog 2>&1;;
   	     *)   echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1;;
           esac
