X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=crawler%2Fkiss%2Fsrc%2Forg%2Fwamblee%2Fcrawler%2Fkiss%2FProgram.java;h=e48ccae48a3ca0d9a0d989ae1f164a0244465218;hb=81ebdfb37202d8ab4d2e80164a088b30542ad1dc;hp=f28246adf2f29528ad18bd9504a206b5a886930b;hpb=f917d1e82b25e297fc485c7ca8de4a6f4cc641cd;p=utils diff --git a/crawler/kiss/src/org/wamblee/crawler/kiss/Program.java b/crawler/kiss/src/org/wamblee/crawler/kiss/Program.java index f28246ad..e48ccae4 100644 --- a/crawler/kiss/src/org/wamblee/crawler/kiss/Program.java +++ b/crawler/kiss/src/org/wamblee/crawler/kiss/Program.java @@ -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;