summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index fd0b498813..36d46f1ea6 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -22,7 +22,7 @@ open(HFILE, ">$prefix.h");
22open(CFILE, ">$prefix.c"); 22open(CFILE, ">$prefix.c");
23 23
24print HFILE <<MOO 24print HFILE <<MOO
25/* This file was automaticly generated using genlang */ 25/* This file was automatically generated using genlang */
26/* 26/*
27 * The str() macro/functions is how to access strings that might be 27 * The str() macro/functions is how to access strings that might be
28 * translated. Use it like str(MACRO) and expect a string to be 28 * translated. Use it like str(MACRO) and expect a string to be