File: xc2c_spell.patch

package info (click to toggle)
xc3sprog 0%2Bsvn795%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,792 kB
  • sloc: cpp: 15,983; ansic: 849; vhdl: 410; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Ricardo Ribalda <ribalda@debian.org>
Subject: xc2c_warp: Spell check

Forwarded: no
---
--- 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");