summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2017-02-04 22:51:01 +0100
committerJosJuice <josjuice@gmail.com>2017-02-04 22:51:01 +0100
commitbc2b9f4c3cce949d50974bb0ee15e288b96ab5ff (patch)
treec4c6e9a965c370b2e2425307debe5e68b056d643 /Source/Core/Common/StringUtil.cpp
parent3be364073d8efcae0f8990a840e30b7e137811eb (diff)
Translate Swedish in example strings to English
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
-rw-r--r--Source/Core/Common/StringUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp
index 95cc3b1586..67f88be160 100644
--- a/Source/Core/Common/StringUtil.cpp
+++ b/Source/Core/Common/StringUtil.cpp
@@ -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");