aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-26 08:47:03 -0500
committerMichael <[email protected]>2017-02-26 08:47:03 -0500
commit46d53ae12844a095913cd0fc784446d56d16048d (patch)
treee688950b8c692553cd5eb541f8b09fd5a9ab007a /ShiftOS.WinForms
parentdcae8927d1d6e65c26638a24f99f95f7af467cd3 (diff)
downloadshiftos_thereturn-46d53ae12844a095913cd0fc784446d56d16048d.tar.gz
shiftos_thereturn-46d53ae12844a095913cd0fc784446d56d16048d.tar.bz2
shiftos_thereturn-46d53ae12844a095913cd0fc784446d56d16048d.zip
HEY STUPID
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLetters.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.cs b/ShiftOS.WinForms/Applications/ShiftLetters.cs
index aa3bf18..7a3000a 100644
--- a/ShiftOS.WinForms/Applications/ShiftLetters.cs
+++ b/ShiftOS.WinForms/Applications/ShiftLetters.cs
@@ -92,14 +92,14 @@ namespace ShiftOS.WinForms.Applications
};
foreach(var w in shiftWordlist)
{
- if (!wordlist.Contains(w.ToLower())
+ if (!wordlist.Contains(w.ToLower()))
{
wordlist.Add(w.ToLower());
}
}
foreach(var w in contributorsWordlist)
{
- if (!wordlist.Contains(w.ToLower())
+ if (!wordlist.Contains(w.ToLower()))
{
wordlist.Add(w.ToLower());
}