mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
spelling: insensitive
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
b2df3991d2
commit
fdada4bf20
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue