diff options
Diffstat (limited to 'passes/cmds/write_file.cc')
-rw-r--r-- | passes/cmds/write_file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/cmds/write_file.cc b/passes/cmds/write_file.cc index 25ec4acc2..b78265933 100644 --- a/passes/cmds/write_file.cc +++ b/passes/cmds/write_file.cc @@ -31,7 +31,7 @@ struct WriteFileFrontend : public Frontend { log("\n"); log(" write_file [options] output_file [input_file]\n"); log("\n"); - log("Write the text fron the input file to the output file.\n"); + log("Write the text from the input file to the output file.\n"); log("\n"); log(" -a\n"); log(" Append to output file (instead of overwriting)\n"); |