From 8414713ad84fb76ab64a6be28386ebc58fea5e6d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 5 May 2022 21:33:34 -0400 Subject: [PATCH] spelling: subject Signed-off-by: Josh Soref --- src/lib/base/String.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/base/String.h b/src/lib/base/String.h index b2c40026..4b36b1ec 100644 --- a/src/lib/base/String.h +++ b/src/lib/base/String.h @@ -86,9 +86,9 @@ Convert each character in \c subject to uppercase */ void uppercase(std::string& subject); -//! Remove all specific char in suject +//! Remove all specific char in subject /*! -Remove all specific \c c in \c suject +Remove all specific \c c in \c subject */ void removeChar(std::string& subject, const char c);