diff options
Diffstat (limited to 'src/instdox.cpp')
-rw-r--r-- | src/instdox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instdox.cpp b/src/instdox.cpp index cd803cd..3ae5760 100644 --- a/src/instdox.cpp +++ b/src/instdox.cpp @@ -127,7 +127,7 @@ void writeInstallScript() t << "}\n"; t << "\n"; t << "if ( ! @files ) {\n"; - t << " print STDERR \"Warning: No input files given and non found!\\n\";\n"; + t << " print STDERR \"Warning: No input files given and none found!\\n\";\n"; t << "}\n"; t << "\n"; t << "foreach $f (@files)\n"; |