ASM #16693 fixed typo in the filter

Change-Id: Ib6df55dbaabdbebe8bb670fbffd9c4c901e31857

Former-commit-id: 004b6fb906 [formerly 12ccfcfa11 [formerly 29f50282d5e2415f1d9a876c5515be0c04e27015]]
Former-commit-id: 12ccfcfa11
Former-commit-id: 66ffae1502
This commit is contained in:
Ying-Lian.Shi 2014-10-31 10:57:55 +00:00
parent f66932209e
commit 3c441e63e2

View file

@ -90,7 +90,7 @@ import com.raytheon.uf.viz.spellchecker.jobs.SpellCheckJob;
public class SpellCheckDlg extends Dialog implements ISpellingProblemCollector {
private static java.util.List<String> 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);