about summary refs log tree commit diff stats
path: root/malaprop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'malaprop.cpp')
-rw-r--r--malaprop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/malaprop.cpp b/malaprop.cpp index c308d34..ff0cb5d 100644 --- a/malaprop.cpp +++ b/malaprop.cpp
@@ -119,7 +119,6 @@ std::string malaprop::alternate(std::string word)
119 std::set<std::string>& opts = dict[ex]; 119 std::set<std::string>& opts = dict[ex];
120 if (opts.size() == 0) 120 if (opts.size() == 0)
121 { 121 {
122 // Not sure why this can even happen but it is happenining????
123 return word; 122 return word;
124 } 123 }
125 124