[gimp] app: s/groupe/group/ in a descriptive comment for function.



commit d6b01326540c47290f0cb33b1cb8f159add3b489
Author: Jehan <jehan girinstud io>
Date:   Tue Jun 13 19:17:46 2017 +0200

    app: s/groupe/group/ in a descriptive comment for function.

 app/widgets/gimpactiongroup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimpactiongroup.c b/app/widgets/gimpactiongroup.c
index 5d6b8f1..acdd18a 100644
--- a/app/widgets/gimpactiongroup.c
+++ b/app/widgets/gimpactiongroup.c
@@ -683,9 +683,9 @@ gimp_action_group_add_procedure_actions (GimpActionGroup                *group,
  * @group:  the #GimpActionGroup to which @action belongs.
  * @action: the #GimpAction.
  *
- * This function removes action from the groupe and clean any
+ * This function removes @action from @group and clean any
  * accelerator this action may have set.
- * If you wish only to only remove the action from the group, use
+ * If you wish to only remove the action from the group, use
  * gtk_action_group_remove_action() instead.
  */
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]