summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index 4fc9d147..76657173 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -238,7 +238,7 @@ gchar *rofi_escape_markup ( gchar *text );
* @param pattern The user input to match against.
* @param plen Pattern length.
* @param str The input to match against pattern.
- * @param slen Lenght of str.
+ * @param slen Length of str.
*
* FZF like fuzzy sorting algorithm.
*