1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
xc2c_warp: Spell check
Author: Ricardo Ribalda Delgado <ricardo@ribalda.com>
---
--- xc3sprog-0+svn795+dfsg.orig/xc2c_warp.cpp
+++ xc3sprog-0+svn795+dfsg/xc2c_warp.cpp
@@ -12,7 +12,7 @@ void usage() {
"\nUsage:xc2c_warp [-v] [-m Mapfile Directory] infile [-o outfile]\n"
" -h\t\tprint this help\n"
" -v\t\tverbose output\n"
- " -m\t\tDirectory containg Map files\n"
+ " -m\t\tDirectory containing Map files\n"
" -O\t\toutput file (parse input file only if not given\n"
" -i\t\tintput file format (BIT|BIN|BPI|HEX)\n"
" -o\t\toutput file format (BIT|BIN|BPI|HEX)\n");
|