summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/widget.h')
-rw-r--r--include/widgets/widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets/widget.h b/include/widgets/widget.h
index 28e3a8b1..2c72f2e8 100644
--- a/include/widgets/widget.h
+++ b/include/widgets/widget.h
@@ -203,14 +203,14 @@ int widget_get_width ( widget *widget );
/**
* @param widget The widget handle
*
- * @returns the y postion of the widget relative to its parent.
+ * @returns the y position of the widget relative to its parent.
*/
int widget_get_y_pos ( widget *widget );
/**
* @param widget The widget handle
*
- * @returns the x postion of the widget relative to its parent.
+ * @returns the x position of the widget relative to its parent.
*/
int widget_get_x_pos ( widget *widget );