mirror of https://github.com/GNOME/gimp.git
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/
This commit is contained in:
parent
4a77ff2d3d
commit
1b44812ab1
|
@ -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().
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue