summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2018-05-20 19:28:13 +0100
committerDaniel Boles <dboles.src@gmail.com>2018-05-20 19:28:28 +0100
commit87f454ebd389960694ab4a20319efa6857eadc20 (patch)
tree79c77189fbac3d1bf4c9187b2f73b092522137a4
parent08f31f8f4af5c138a03c29d0b63f17a57cc1d69c (diff)
downloadgtk+-87f454ebd389960694ab4a20319efa6857eadc20.tar.gz
ProgressBar: Fix typo in doc comment
-rw-r--r--gtk/gtkprogressbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index be90d267c2..90936b0a30 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -403,7 +403,7 @@ gtk_progress_bar_class_init (GtkProgressBarClass *class)
*
* Since: 2.14
*
- * Deprecated: 3.20: Use the standard CSS proeprty min-width.
+ * Deprecated: 3.20: Use the standard CSS property min-width.
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("min-vertical-bar-width",