summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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