From c77bb6f013d79bda17520e08fb48549737e70383 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 10 Feb 2022 05:56:07 +0100 Subject: Typo in comment --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 6bdb8cf..4752d6c 100644 --- a/main.cpp +++ b/main.cpp @@ -168,7 +168,7 @@ std::string ReplaceButKeepSigns( } else { - // No: Use the last sign seen, or the sign of the following char (the following char within the same word-boundry) (Important for replacing vocals within a word) + // No: Use the last sign seen, or the sign of the following char (the following char within the same word-boundary) (Important for replacing vocals within a word) const char charSignToUse = doHaveFollowingChar ? followingCharsSign : lastCharCharSign; ss << CopySign(charSignToUse, cs); } -- cgit v1.2.3