Cleanup: Fix various spelling errors

This commit is contained in:
Jonathan G Rennison
2025-02-12 17:18:02 +00:00
committed by rubidium42
parent 4d0682d034
commit d06b371254
76 changed files with 132 additions and 132 deletions

View File

@@ -431,7 +431,7 @@ static void ComposePart(std::back_insert_iterator<std::string> &output, const st
for (const auto &c : value) *output = c;
}
/* Helper to compose a string from unicde or string parts. */
/* Helper to compose a string from unicode or string parts. */
template <typename... Args>
static std::string Compose(Args &&... args)
{