summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/box.h')
-rw-r--r--include/widgets/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/box.h b/include/widgets/box.h
index 4e5274fb..4aa71212 100644
--- a/include/widgets/box.h
+++ b/include/widgets/box.h
@@ -57,7 +57,7 @@ void box_add ( box *box, widget *child, gboolean expand, gboolean end );
* @param box Handle to the box widget.
*
* Obtains the minimal size required to display all widgets. (expanding widgets are not counted, except for their
- * padding)
+ * spacing)
*
* @returns the minimum size in pixels.
*/