Fix a typo

This commit is contained in:
Matthias Clasen
2015-12-20 23:50:40 -05:00
parent 0473736499
commit 436a258bb0

View File

@ -399,7 +399,7 @@ _gtk_gradient_parse (GtkCssParser *parser)
if (! _gtk_css_parser_try_double (parser, &coords[(i * 3) + 2]))
{
_gtk_css_parser_error (parser,
"Expected a numer for the radius");
"Expected a number for the radius");
return NULL;
}
}