summaryrefslogtreecommitdiffstats
path: root/include/mode-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode-private.h')
-rw-r--r--include/mode-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode-private.h b/include/mode-private.h
index e9f2deb3..9783f6b2 100644
--- a/include/mode-private.h
+++ b/include/mode-private.h
@@ -91,7 +91,7 @@ typedef int ( *_mode_token_match )( const Mode *data, rofi_int_matcher **tokens,
*
* Initialize the mode.
*
- * @returns TRUE is successfull
+ * @returns TRUE is successful
*/
typedef int ( *__mode_init )( Mode *sw );