[gimp] libgimpconfig: fix wrong typo fix.



commit 1b44812ab11b8c2768d222f4f26b884746adbb81
Author: Jehan <jehan girinstud io>
Date:   Wed Apr 25 23:53:45 2018 +0200

    libgimpconfig: fix wrong typo fix.
    
    Actually after re-reviewing previous commit, I found at least one wrong
    fix in commit 4a77ff2d3d.
    s/the opening parentheses/the opening parenthese/

 libgimpconfig/gimpconfigwriter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpconfig/gimpconfigwriter.c b/libgimpconfig/gimpconfigwriter.c
index e216600..7da9a9a 100644
--- a/libgimpconfig/gimpconfigwriter.c
+++ b/libgimpconfig/gimpconfigwriter.c
@@ -357,7 +357,7 @@ gimp_config_writer_comment_mode (GimpConfigWriter *writer,
  * @writer: a #GimpConfigWriter
  * @name: name of the element to open
  *
- * This function writes the opening parentheses followed by @name.
+ * This function writes the opening parenthese followed by @name.
  * It also increases the indentation level and sets a mark that
  * can be used by gimp_config_writer_revert().
  *


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