summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-06-29 18:55:54 +0000
committercorvid <corvid@lavabit.com>2009-06-29 18:55:54 +0000
commita002fc1bad9ee82e0dd33284b4d12233c940173e (patch)
treefe40b150ec1e5bdc612d7add0a63bddddcf17e83
parent19f17c94169ea0841b23360a3992f4dae068cdb2 (diff)
comment wording
-rw-r--r--src/html.cc2
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 ||