ASM #16693 fixed typo in the filter
Change-Id: Ib6df55dbaabdbebe8bb670fbffd9c4c901e31857 Former-commit-id:004b6fb906
[formerly12ccfcfa11
[formerly 29f50282d5e2415f1d9a876c5515be0c04e27015]] Former-commit-id:12ccfcfa11
Former-commit-id:66ffae1502
This commit is contained in:
parent
f66932209e
commit
3c441e63e2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue