From a002fc1bad9ee82e0dd33284b4d12233c940173e Mon Sep 17 00:00:00 2001 From: corvid Date: Mon, 29 Jun 2009 18:55:54 +0000 Subject: comment wording --- src/html.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html.cc b/src/html.cc index 83c52a18..e3507435 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1990,7 +1990,7 @@ DilloImage *a_Html_image_new(DilloHtml *html, const char *tag, * Be careful to avoid integer overflows during the checks. * There is an additional check in dw/image.cc to catch cases * where only one dimension is given and the image is scaled - * preserving it's original aspect ration. + * preserving its original aspect ratio. * Size requests passed via CSS are also checked there. */ if (w < 0 || h < 0 || -- cgit v1.2.3