diff options
author | Timm Bäder <mail@baedert.org> | 2016-02-08 22:49:01 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-02-08 22:56:52 +0100 |
commit | c5369356e86171c5d955cf9252e5c6bcde88d554 (patch) | |
tree | 51b9ff5b30293be1c93a33828d40715c4dc1628e /gtk/gtkspinbutton.c | |
parent | 76fedc188289c595ec3cf965b77803e362020973 (diff) | |
download | gtk+-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.c | 2 |
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 |