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:
@ -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().
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user