summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/search.c b/render/search.c
index 6e5841c7b..b586ff55f 100644
--- a/render/search.c
+++ b/render/search.c
@@ -372,7 +372,7 @@ static bool find_occurrences_html(const char *pattern, int p_len,
* \param pattern the string pattern to search for
* \param p_len pattern length
* \param c the content to be searched
- * \param case_sens wheteher to perform a case sensitive search
+ * \param case_sens whether to perform a case sensitive search
* \param context The search context to add the entry to.
* \return true on success, false on memory allocation failure
*/