summaryrefslogtreecommitdiff
path: root/src/modes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes.cpp')
-rw-r--r--src/modes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modes.cpp b/src/modes.cpp
index 7525d36e7..64a3fc349 100644
--- a/src/modes.cpp
+++ b/src/modes.cpp
@@ -426,8 +426,8 @@ void StackerInfo::AddMode(void *Mode, bool Set, const std::string &Param)
otherlist = &AddModes;
}
- /* Note that this whole thing works fine with status and list modes, because those have paramaters
- * which make them not unique.
+ /* Note that this whole thing works fine with status and list modes, because those have parameters
+ * which make them unique.
*/
it = std::find(list->begin(), list->end(), std::make_pair(Mode, Param));
if (it != list->end())