From 3c441e63e22b970e2df510d3690e17e84837b3f1 Mon Sep 17 00:00:00 2001 From: "Ying-Lian.Shi" Date: Fri, 31 Oct 2014 10:57:55 +0000 Subject: [PATCH] ASM #16693 fixed typo in the filter Change-Id: Ib6df55dbaabdbebe8bb670fbffd9c4c901e31857 Former-commit-id: 004b6fb90614ba25632dba59cdfbe1548aaaf7d9 [formerly 12ccfcfa11f322a259b1892da79661187c80ebe6 [formerly 29f50282d5e2415f1d9a876c5515be0c04e27015]] Former-commit-id: 12ccfcfa11f322a259b1892da79661187c80ebe6 Former-commit-id: 66ffae1502174e0fa43a58acc1893e364b18c998 --- .../com/raytheon/uf/viz/spellchecker/dialogs/SpellCheckDlg.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cave/com.raytheon.uf.viz.spellchecker/src/com/raytheon/uf/viz/spellchecker/dialogs/SpellCheckDlg.java b/cave/com.raytheon.uf.viz.spellchecker/src/com/raytheon/uf/viz/spellchecker/dialogs/SpellCheckDlg.java index d408787fcb..61967010e4 100755 --- a/cave/com.raytheon.uf.viz.spellchecker/src/com/raytheon/uf/viz/spellchecker/dialogs/SpellCheckDlg.java +++ b/cave/com.raytheon.uf.viz.spellchecker/src/com/raytheon/uf/viz/spellchecker/dialogs/SpellCheckDlg.java @@ -90,7 +90,7 @@ import com.raytheon.uf.viz.spellchecker.jobs.SpellCheckJob; public class SpellCheckDlg extends Dialog implements ISpellingProblemCollector { private static java.util.List swearWords = Arrays.asList("asshole", "asshole's", "assholes", "bitch", "bitch's", "bitches", "leprosy", "gayest", - "shit", "piss", "pissed","psser","pisses","pissing","tits"); + "shit", "piss", "pissed","pisser","pisses","pissing","tits"); private static final transient IUFStatusHandler statusHandler = UFStatus.getHandler(SpellCheckDlg.class);