summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 13:21:57 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 15:08:42 -0500
commitc3dfb17031842458e86907e8c1d3a1ca4c442a8c (patch)
tree52d05af3e023ff9545200e99e1be113ff84082d2
parentd7944fefe9e3cdd7be0eb8b659d8f6624cef7dee (diff)
downloadgtk+-c3dfb17031842458e86907e8c1d3a1ca4c442a8c.tar.gz
docs: fix missing quotation mark
-rw-r--r--gtk/gtkbuilder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 8d77ed9a0e..6eaa2102e6 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -119,7 +119,7 @@
* GtkBuilder can parse textual representations for the most common
* property types: characters, strings, integers, floating-point numbers,
* booleans (strings like "TRUE", "t", "yes", "y", "1" are interpreted
- * as %TRUE, strings like "FALSE, "f", "no", "n", "0" are interpreted
+ * as %TRUE, strings like "FALSE", "f", "no", "n", "0" are interpreted
* as %FALSE), enumerations (can be specified by their name, nick or
* integer value), flags (can be specified by their name, nick, integer
* value, optionally combined with "|", e.g. "GTK_VISIBLE|GTK_REALIZED")