diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
commit | 01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch) | |
tree | b4475a50d93510dcc3ee2df10e97d52fc3b43a0d /gtk/gtkcssimage.c | |
parent | 92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff) | |
download | gtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz |
Fix minor typos
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) |