Cleanup: Fix various spelling errors
This commit is contained in:
committed by
rubidium42
parent
4d0682d034
commit
d06b371254
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user