summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spellchecker/src/SpellChecker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/spellchecker/src/SpellChecker.java b/spellchecker/src/SpellChecker.java
index 110061a..6550678 100644
--- a/spellchecker/src/SpellChecker.java
+++ b/spellchecker/src/SpellChecker.java
@@ -8,7 +8,7 @@ public class SpellChecker {
* @param args the command line arguments
*/
public static void main(String[] args) {
- boolean inPeach = false; // set this to true if you submit to peach!!!
+ boolean inPeach = true; // set this to true if you submit to peach!!!
try {
CorpusReader cr = new CorpusReader();