aboutsummaryrefslogtreecommitdiff
path: root/src/helper/update_jep106.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/update_jep106.pl')
-rwxr-xr-xsrc/helper/update_jep106.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/update_jep106.pl b/src/helper/update_jep106.pl
index caec066..561e04b 100755
--- a/src/helper/update_jep106.pl
+++ b/src/helper/update_jep106.pl
@@ -6,7 +6,7 @@ use File::Basename;
if (@ARGV != 1) {
die "Usage: $0 <JEP106 PDF document>\n\n"
. "Convert the JEDEC document containing manufacturer identification codes\n"
- . "to an array initializer suitable for incusion into jep106.c. The latest\n"
+ . "to an array initializer suitable for inclusion into jep106.c. The latest\n"
. "version of the document can be found here:\n"
. "http://www.jedec.org/standards-documents/results/jep106\n";
};