]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Corrected a typo in an error handler in the image plugin.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 19 Jun 2007 18:46:43 +0000 (18:46 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 19 Jun 2007 18:46:43 +0000 (18:46 +0000)
IkiWiki/Plugin/img.pm
debian/changelog

index cff9dabf082f3429e1bc6937aba9ed86ec9d00d4..a453a49ba43321c1261ae12db846c1c3adb88c5e 100644 (file)
@@ -62,7 +62,7 @@ sub preprocess (@) { #{{{
                        return "[[img ".sprintf(gettext("failed to read %s: %s"), $file, $r)."]]" if $r;
 
                        $r = $im->Resize(geometry => "${w}x${h}");
                        return "[[img ".sprintf(gettext("failed to read %s: %s"), $file, $r)."]]" if $r;
 
                        $r = $im->Resize(geometry => "${w}x${h}");
-                       return "[[img ".sprinftf(gettext("failed to resize: %s"), $r)."]]" if $r;
+                       return "[[img ".sprintf(gettext("failed to resize: %s"), $r)."]]" if $r;
 
                        # don't actually write file in preview mode
                        if (! $params{preview}) {
 
                        # don't actually write file in preview mode
                        if (! $params{preview}) {
index 0d31a711a6d51271d4df208974c14255b8082579..c8ff8ba5dcf3304695811fcd20b71fa0c4bc3e39 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (2.3) UNRELEASED; urgency=low
+
+  * Corrected a typo in an error handler in the image plugin.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 19 Jun 2007 19:46:21 +0100
+
 ikiwiki (2.2) unstable; urgency=low
 
   * Change the aggregate plugin's locking strategy. Now it defers loading state
 ikiwiki (2.2) unstable; urgency=low
 
   * Change the aggregate plugin's locking strategy. Now it defers loading state