From fdada4bf20e489114d4547efcf867dc7ef666ac9 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 5 May 2022 21:33:27 -0400 Subject: [PATCH] spelling: insensitive Signed-off-by: Josh Soref --- src/lib/base/String.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/base/String.h b/src/lib/base/String.h index 1fb5ba79..b2c40026 100644 --- a/src/lib/base/String.h +++ b/src/lib/base/String.h @@ -112,7 +112,7 @@ std::vector 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: