summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/corestr.c')
-rw-r--r--src/lib/util/corestr.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/util/corestr.c b/src/lib/util/corestr.c
index eb6f76ac4b4..b4a75a3bc48 100644
--- a/src/lib/util/corestr.c
+++ b/src/lib/util/corestr.c
@@ -295,13 +295,13 @@ std::string strmakeupper(std::string& str)
}
/**
- * @fn std::string strmakelower(std::string& str)
+ * @fn std::string strmakelower(std::string& str)
*
- * @brief Strmakelowers the given string.
+ * @brief Strmakelowers the given string.
*
- * @param [in,out] str The string.
+ * @param [in,out] str The string.
*
- * @return A std::string.
+ * @return A std::string.
*/
std::string strmakelower(std::string& str)
@@ -311,15 +311,15 @@ std::string strmakelower(std::string& str)
}
/**
- * @fn int strreplace(std::string &str, const std::string& search, const std::string& replace)
+ * @fn int strreplace(std::string &str, const std::string& search, const std::string& replace)
*
- * @brief Strreplaces.
+ * @brief Strreplaces.
*
- * @param [in,out] str The string.
- * @param search The search.
- * @param replace The replace.
+ * @param [in,out] str The string.
+ * @param search The search.
+ * @param replace The replace.
*
- * @return An int.
+ * @return An int.
*/
int strreplace(std::string &str, const std::string& search, const std::string& replace)