From: Erik Brakkee Date: Fri, 17 Mar 2006 21:38:00 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~1121 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=aab0b002dd29c198ecad51122d925440f83140db;hp=a6b29131270e75d919043cb21b7df42f05653547;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;