summaryrefslogtreecommitdiff
path: root/gladeui/glade-widget-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-widget-action.c')
-rw-r--r--gladeui/glade-widget-action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-widget-action.c b/gladeui/glade-widget-action.c
index 1d6f404b..ad122e5a 100644
--- a/gladeui/glade-widget-action.c
+++ b/gladeui/glade-widget-action.c
@@ -288,7 +288,7 @@ gwa_action_path_get_id (const gchar *action_path)
* glade_widget_action_def_new:
* @path: the action path
*
- * Returns: a newlly created #GladeWidgetActionDef for @path.
+ * Returns: a newly created #GladeWidgetActionDef for @path.
*/
GladeWidgetActionDef *
glade_widget_action_def_new (const gchar *path)
@@ -306,7 +306,7 @@ glade_widget_action_def_new (const gchar *path)
* glade_widget_action_def_clone:
* @action: a GladeWidgetActionDef
*
- * Returns: a newlly allocated copy of @action.
+ * Returns: a newly allocated copy of @action.
*/
GladeWidgetActionDef *
glade_widget_action_def_clone (GladeWidgetActionDef *action)