spelling: insensitive
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
b2df3991d2
commit
fdada4bf20
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue