summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-25 11:59:25 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-25 11:59:25 +0200
commitb136631cb98149ef4e3189f04feecb506e91d36c (patch)
tree66cd1a5dfbf636c947ffc802e99cfbca21110ab9 /include
parentbe6bf5fd01ee92e4c2b71aab4d8bf6bb59c66456 (diff)
Fix typo in function declaration documentation
Diffstat (limited to 'include')
-rw-r--r--include/widgets/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/widget.h b/include/widgets/widget.h
index 1c172bf0..990e50b4 100644
--- a/include/widgets/widget.h
+++ b/include/widgets/widget.h
@@ -106,7 +106,7 @@ void widget_enable ( widget *widget );
void widget_draw ( widget *widget, cairo_t *d );
/**
- * @param widget Handle to the widget
+ * @param wid Handle to the widget
*
* Free the widget and all allocated memory.
*/