summaryrefslogtreecommitdiff
path: root/include/human_sort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/human_sort.hpp')
-rw-r--r--include/human_sort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/human_sort.hpp b/include/human_sort.hpp
index fba98041d0..d248cbafdf 100644
--- a/include/human_sort.hpp
+++ b/include/human_sort.hpp
@@ -98,7 +98,7 @@ inline int alphanumComp(std::string_view left, std::string_view right)
}
// A generic template type compatible with std::less that can be used on generic
-// containers (set, map, ect)
+// containers (set, map, etc)
template <class Type>
struct AlphanumLess
{