Cleanup: Fix various spelling errors

This commit is contained in:
Jonathan G Rennison
2025-02-12 17:18:02 +00:00
committed by rubidium42
parent 4d0682d034
commit d06b371254
76 changed files with 132 additions and 132 deletions

View File

@@ -321,7 +321,7 @@ struct ContentListFilterData {
/** Filter criteria for NetworkContentListWindow. */
enum ContentListFilterCriteria : uint8_t {
CONTENT_FILTER_TEXT = 0, ///< Filter by query sting
CONTENT_FILTER_TEXT = 0, ///< Filter by query string
CONTENT_FILTER_TYPE_OR_SELECTED,///< Filter by being of displayed type or selected for download
};