summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-06-12 10:24:18 +0200
committerDave Davenport <qball@gmpclient.org>2018-06-12 10:24:18 +0200
commit53ccfd37ced61eb026bef69a3af08542b834ed38 (patch)
tree48e1d5f0dbe24fc12936dbdb982df5a778a55c05
parent0633bc9dad5cccc7c5a851649aff23fce0caa9b7 (diff)
Fix documentation error in icon widget header file.
-rw-r--r--include/widgets/icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/icon.h b/include/widgets/icon.h
index c7bf556f..d2dfb1d2 100644
--- a/include/widgets/icon.h
+++ b/include/widgets/icon.h
@@ -52,7 +52,7 @@ typedef struct _icon icon;
icon * icon_create ( widget *parent, const char *name );
/**
- * @param widget The icon widget handle.
+ * @param icon The icon widget handle.
* @param size The size of the icon.
*
*/