]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - t/img.t
Fix spelling of "ratio" in test.
[git.ikiwiki.info.git] / t / img.t
diff --git a/t/img.t b/t/img.t
index 71b69914e14550c30f339e78cb45395726c5820d..49c1d6f9899cf2ddea9eaf8671e0ce69644d5c74 100755 (executable)
--- a/t/img.t
+++ b/t/img.t
@@ -83,7 +83,7 @@ writefile("imgconversions.mdwn", "t/tmp/in", <<EOF
 [[!img a:b:c:d:e:f:g:h:i:j.png size=x6]]
 [[!img bluesquare.svg size=42x]] expecting 42x
 [[!img bluesquare.svg size=x43]] expecting x43
-[[!img bluesquare.svg size=42x43]] expecting 42x43 because aspect rario not preserved
+[[!img bluesquare.svg size=42x43]] expecting 42x43 because aspect ratio not preserved
 $maybe_pdf_img
 
 # bad ideas
@@ -98,7 +98,7 @@ EOF
 );
 ok(utime(333333333, 333333333, "t/tmp/in/imgconversions.mdwn"));
 
-ok(! system(@command, '--set-yaml', 'img_allowed_formats=[jpeg, png, svg, pdf]'));
+ok(! system(@command, '--set-yaml', 'img_allowed_formats=[JPEG, PNG, svg, pdf]'));
 
 sub size($) {
        my $filename = shift;