summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-02-08 22:49:01 +0100
committerTimm Bäder <mail@baedert.org>2016-02-08 22:56:52 +0100
commitc5369356e86171c5d955cf9252e5c6bcde88d554 (patch)
tree51b9ff5b30293be1c93a33828d40715c4dc1628e /gtk/gtkspinbutton.c
parent76fedc188289c595ec3cf965b77803e362020973 (diff)
downloadgtk+-c5369356e86171c5d955cf9252e5c6bcde88d554.tar.gz
Various documentation fixes
Always have Since: annotations at the very bottom, use the correct ClassName::signal-name/ClassName:property-name syntax, fix a few typos in type names, wrong function names, non-existing type names, etc.
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r--gtk/gtkspinbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index 7961dc9fca..e76a1e737f 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -84,7 +84,7 @@
* properties. Note that GtkSpinButton will by default make its entry
* large enough to accomodate the lower and upper bounds of the adjustment,
* which can lead to surprising results. Best practice is to set both
- * the #GtkEntry::width-chars and #GtkEntry::max-width-chars poperties
+ * the #GtkEntry:width-chars and #GtkEntry:max-width-chars poperties
* to the desired number of characters to display in the entry.
*
* # CSS nodes