diff options
author | Freeyorp <Freeyorp101@hotmail.com> | 2010-01-07 21:58:25 +1300 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2010-01-07 21:58:25 +1300 |
commit | c48640112591e515fd16624cc3dbdc92e6ecdbf0 (patch) | |
tree | b2b4d82273f358f9f59eb0ff03ee756166457671 | |
parent | 4f76de82c55e55cdaba1ddec85eb0d016b544633 (diff) | |
download | mana-c48640112591e515fd16624cc3dbdc92e6ecdbf0.tar.gz mana-c48640112591e515fd16624cc3dbdc92e6ecdbf0.tar.bz2 mana-c48640112591e515fd16624cc3dbdc92e6ecdbf0.tar.xz mana-c48640112591e515fd16624cc3dbdc92e6ecdbf0.zip |
Fix a typo
-rw-r--r-- | src/utils/stringutils.h | 2 |
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 |