(no commit message)
[utils] / crawler / kiss / src / org / wamblee / crawler / kiss / Program.java
index f28246adf2f29528ad18bd9504a206b5a886930b..e48ccae48a3ca0d9a0d989ae1f164a0244465218 100644 (file)
@@ -36,7 +36,7 @@ public class Program {
             OK("Successfully recorded programs"), 
             DUPLICATE("Already recorded programs"), 
             CONFLICT("Programs in conflict with another recorded program"), 
-            OLDSHOW("Programs that occured in the past"), 
+            OLDSHOW("Programs that occurred in the past"), 
             ERROR("Programs that could not be recorded for technical reasons");
             
             private String _description;