Typo fixed.
authorkramm <kramm>
Fri, 11 Apr 2003 13:42:19 +0000 (13:42 +0000)
committerkramm <kramm>
Fri, 11 Apr 2003 13:42:19 +0000 (13:42 +0000)
pdf2swf/pdf2swf.cc

index 4cec4f5..e8ddfdb 100644 (file)
@@ -390,7 +390,7 @@ int main(int argn, char *argv[])
     {
        if(filename) {
            outputname = stripfilename(filename, ".swf");
-           logf("<notice> Output filename not giving. Writing to %s", outputname);
+           logf("<notice> Output filename not given. Writing to %s", outputname);
        } 
     }