summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 14:52:57 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 18:57:37 -0500
commitfe40ed436facb89f1d82b1a15501b3d14d4b926e (patch)
treeff5c3c52439565b575bbadb52e9f48631d61d841 /gtk/gtkentry.c
parentf27d820aefe87a071e25c573d99f727744f97b84 (diff)
downloadgtk+-fe40ed436facb89f1d82b1a15501b3d14d4b926e.tar.gz
docs: fix typo in argument syntax
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index d19addb280..362fa16253 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -7865,7 +7865,7 @@ gtk_entry_get_has_frame (GtkEntry *entry)
* @entry: a #GtkEntry
* @border: (allow-none): a #GtkBorder, or %NULL
*
- * Sets %entry's inner-border property to %border, or clears it if %NULL
+ * Sets %entry's inner-border property to @border, or clears it if %NULL
* is passed. The inner-border is the area around the entry's text, but
* inside its frame.
*