Cleanup: Spelling in comment

This commit is contained in:
Sergey Sharybin 2021-10-11 12:29:05 +02:00
parent eca2a41964
commit 275d0d3397
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ string string_remove_trademark(const string &s)
{
string result = s;
/* Special case, so we don;t leave sequential spaces behind. */
/* Special case, so we don't leave sequential spaces behind. */
/* TODO(sergey): Consider using regex perhaps? */
string_replace(result, " (TM)", "");
string_replace(result, " (R)", "");