Translate Swedish in example strings to English

This commit is contained in:
JosJuice
2017-02-04 22:51:01 +01:00
parent 3be364073d
commit bc2b9f4c3c
2 changed files with 6 additions and 6 deletions

View File

@ -201,7 +201,7 @@ std::string ArrayToString(const u8* data, u32 size, int line_len, bool spaces)
return oss.str();
}
// Turns " hej " into "hej". Also handles tabs.
// Turns " hello " into "hello". Also handles tabs.
std::string StripSpaces(const std::string& str)
{
const size_t s = str.find_first_not_of(" \t\r\n");