Fix typo
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 7 Nov 2011 16:24:30 +0000 (16:24 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 7 Nov 2011 16:24:30 +0000 (16:24 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-notif.sh

index 912fb9c..a4ae748 100755 (executable)
@@ -169,7 +169,7 @@ else
                        $SYS_RM $$_notifications.txt
 
                        #Regress #86772
-                       printf "Trying to drop invalid NotiID (Regression into bug #86772)..."
+                       printf "Trying to drop invalid NotifID (Regression into bug #86772)..."
                        ${LBNOTIFY} drop ${jobid} 2>&1 | ${SYS_GREP} "Invalid" > /dev/null
                        if [ $? = 0 ]; then
                                printf " EINVAL"