git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c06cad
)
Typo fixed.
author
kramm
<kramm>
Fri, 11 Apr 2003 13:42:19 +0000
(13:42 +0000)
committer
kramm
<kramm>
Fri, 11 Apr 2003 13:42:19 +0000
(13:42 +0000)
pdf2swf/pdf2swf.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/pdf2swf.cc
b/pdf2swf/pdf2swf.cc
index
4cec4f5
..
e8ddfdb
100644
(file)
--- 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("<notice> Output filename not giving. Writing to %s", outputname);
+ logf("<notice> Output filename not given. Writing to %s", outputname);
}
}