summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@hotmail.com>2010-01-07 21:58:25 +1300
committerFreeyorp <Freeyorp101@hotmail.com>2010-01-07 21:58:25 +1300
commitc48640112591e515fd16624cc3dbdc92e6ecdbf0 (patch)
treeb2b4d82273f358f9f59eb0ff03ee756166457671 /src
parent4f76de82c55e55cdaba1ddec85eb0d016b544633 (diff)
downloadmana-client-c48640112591e515fd16624cc3dbdc92e6ecdbf0.tar.gz
mana-client-c48640112591e515fd16624cc3dbdc92e6ecdbf0.tar.bz2
mana-client-c48640112591e515fd16624cc3dbdc92e6ecdbf0.tar.xz
mana-client-c48640112591e515fd16624cc3dbdc92e6ecdbf0.zip
Fix a typo
Diffstat (limited to 'src')
-rw-r--r--src/utils/stringutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/stringutils.h b/src/utils/stringutils.h
index 51144a8a..3624268f 100644
--- a/src/utils/stringutils.h
+++ b/src/utils/stringutils.h
@@ -42,7 +42,7 @@ std::string &trim(std::string &str);
std::string &toLower(std::string &str);
/**
- * Converts the given strong to upper case.
+ * Converts the given string to upper case.
*
* @param str the string to convert to upper case
* @return a reference to the given string converted to upper case