diff options
Diffstat (limited to 'gtk/gtkcssimage.c')
-rw-r--r-- | gtk/gtkcssimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssimage.c b/gtk/gtkcssimage.c index f4cb6c59ee..fe3bae9335 100644 --- a/gtk/gtkcssimage.c +++ b/gtk/gtkcssimage.c @@ -388,7 +388,7 @@ _gtk_css_image_get_concrete_size (GtkCssImage *image, image_aspect = _gtk_css_image_get_aspect_ratio (image); /* If the specified size has neither a definite width nor height, - * and has no additional contraints, the dimensions of the concrete + * and has no additional constraints, the dimensions of the concrete * object size are calculated as follows: */ if (specified_width == 0.0 && specified_height == 0.0) |