summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rwxr-xr-xsrc/utils/string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/string.c b/src/utils/string.c
index 0155c0c..f53ce60 100755
--- a/src/utils/string.c
+++ b/src/utils/string.c
@@ -447,7 +447,7 @@ char * xstrtok(char * line, char * delims) {
}
/**
- * \brief Change the number of occurences of a word in s. Not used.
+ * \brief Change the number of occurrences of a word in s. Not used.
*
* \param[in] s
* \param[in] word
@@ -468,7 +468,7 @@ int count_word_occurrences(char * s, char * word, int overlap) {
}
/**
- * \brief Search substr word inside string and replace all its occurances with replacement
+ * \brief Search substr word inside string and replace all its occurrences with replacement
*
* \param[in] string
* \param[in] substr