diff options
author | corvid <corvid@lavabit.com> | 2009-06-29 18:55:54 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-06-29 18:55:54 +0000 |
commit | a002fc1bad9ee82e0dd33284b4d12233c940173e (patch) | |
tree | fe40b150ec1e5bdc612d7add0a63bddddcf17e83 /src/html.cc | |
parent | 19f17c94169ea0841b23360a3992f4dae068cdb2 (diff) |
comment wording
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 || |