From: erik Date: Fri, 17 Mar 2006 21:38:00 +0000 (+0000) Subject: (no commit message) X-Git-Tag: BEFORE_MAVEN_MIGRATION~195 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=81ebdfb37202d8ab4d2e80164a088b30542ad1dc;hp=4b00595fc9b74cebb773a3213fa0e3f205712a4b;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;