spelling: insensitive

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:27 -04:00
parent b2df3991d2
commit fdada4bf20
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ std::vector<std::string> splitString(std::string string, const char c);
//! Case-insensitive comparisons
/*!
This class provides case-insensitve comparison functions.
This class provides case-insensitive comparison functions.
*/
class CaselessCmp {
public: