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:
Jehan
2018-04-25 23:53:45 +02:00
parent 4a77ff2d3d
commit 1b44812ab1

View File

@ -357,7 +357,7 @@ gimp_config_writer_comment_mode (GimpConfigWriter *writer,
* @writer: a #GimpConfigWriter * @writer: a #GimpConfigWriter
* @name: name of the element to open * @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 * It also increases the indentation level and sets a mark that
* can be used by gimp_config_writer_revert(). * can be used by gimp_config_writer_revert().
* *