From: kramm Date: Fri, 11 Apr 2003 13:42:19 +0000 (+0000) Subject: Typo fixed. X-Git-Tag: release-0-4-4~21 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=406e76774dc83663a76329ac4368460eb086c8d5 Typo fixed. --- diff --git a/pdf2swf/pdf2swf.cc b/pdf2swf/pdf2swf.cc index 4cec4f5..e8ddfdb 100644 --- a/pdf2swf/pdf2swf.cc +++ b/pdf2swf/pdf2swf.cc @@ -390,7 +390,7 @@ int main(int argn, char *argv[]) { if(filename) { outputname = stripfilename(filename, ".swf"); - logf(" Output filename not giving. Writing to %s", outputname); + logf(" Output filename not given. Writing to %s", outputname); } }