summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLukas Alexandre <lukas@codelogic.me>2018-10-14 16:57:52 +0200
committerDave Davenport <DaveDavenport@users.noreply.github.com>2018-10-14 16:57:52 +0200
commit6830e5d11727043737bacbe59539655058b77224 (patch)
treea9419a582c97248de840ac7ee55b3cc1d1b3e79e /include
parent11afb8e6782d962a54702e0277609f02e638c0c5 (diff)
Fixing typos in docs and error messages, "numger" -> "number" (#867)
Diffstat (limited to 'include')
-rw-r--r--include/widgets/listview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/listview.h b/include/widgets/listview.h
index cfd7f6c8..abb9b02e 100644
--- a/include/widgets/listview.h
+++ b/include/widgets/listview.h
@@ -210,7 +210,7 @@ void listview_set_num_lines ( listview *lv, unsigned int num_lines );
*
* Get the maximum number of lines to display.
*
- * @returns get the numger of lines to display.
+ * @returns get the number of lines to display.
*/
unsigned int listview_get_num_lines ( listview *lv );