summaryrefslogtreecommitdiffstats
path: root/include/mode-private.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-15 15:39:08 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-15 15:39:08 +0200
commitf0981d66972c07127f4bd7b54ab1b9dc7e0a91e9 (patch)
tree1122aec0001bc61bacc917767b6377ff233ace07 /include/mode-private.h
parent9293c8b8ce5580c3be0d29366ca4287a706ee03e (diff)
Indenting, comments
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 da6456fa..f3731143 100644
--- a/include/mode-private.h
+++ b/include/mode-private.h
@@ -87,7 +87,7 @@ typedef ModeMode ( *_mode_result )( Mode *sw, int menu_retv, char **input, unsig
*
* Preprocess the input for sorting.
*
- * @returns Entry stripped from markup for sorting
+ * @returns Entry stripped from markup for sorting
*/
typedef char* ( *_mode_preprocess_input )( Mode *sw, const char *input );