about summary refs log tree commit diff stats
path: root/malaprop.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-01-04 23:29:12 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-01-04 23:29:12 -0500
commit53102431c2dc7266a322223f84e286a9aa7c0729 (patch)
tree0c9347a6c2b7b2c7d55a5f5fb681e474867046fd /malaprop.cpp
parenta28dc579f3a0cd53850d5eb10565c27a92d27c55 (diff)
parent9e89002477d1358de9be9cabdc1edba26bd32836 (diff)
downloadrawr-ebooks-53102431c2dc7266a322223f84e286a9aa7c0729.tar.gz
rawr-ebooks-53102431c2dc7266a322223f84e286a9aa7c0729.tar.bz2
rawr-ebooks-53102431c2dc7266a322223f84e286a9aa7c0729.zip
Merge branch 'master' of https://github.com/hatkirby/rawr-ebooks
Conflicts:
	malaprop.cpp
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