summaryrefslogtreecommitdiff
path: root/src/sortlist_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sortlist_type.h')
-rw-r--r--src/sortlist_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sortlist_type.h b/src/sortlist_type.h
index 5e6ac11be..1a30c3b1a 100644
--- a/src/sortlist_type.h
+++ b/src/sortlist_type.h
@@ -30,7 +30,7 @@ enum SortListFlags {
};
DECLARE_ENUM_AS_BIT_SET(SortListFlags)
-/** Data structure describing how to show the list (what sort direction and criterium). */
+/** Data structure describing how to show the list (what sort direction and criteria). */
struct Listing {
bool order; ///< Ascending/descending
byte criteria; ///< Sorting criteria
@@ -232,7 +232,7 @@ public:
}
/**
- * Toogle the sort order
+ * Toggle the sort order
* Since that is the worst condition for the sort function
* reverse the list here.
*/