wrc: Fixed typo for the --pedantic argument.
diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c
index 8509feb..e91661c 100644
--- a/tools/wrc/wrc.c
+++ b/tools/wrc/wrc.c
@@ -189,7 +189,7 @@
 	{ "nostdinc", 0, 0, 1 },
 	{ "output", 1, 0, 'o' },
 	{ "output-format", 1, 0, 'O' },
-	{ "pendantic", 0, 0, 8 },
+	{ "pedantic", 0, 0, 8 },
 	{ "preprocessor", 1, 0, 4 },
 	{ "target", 1, 0, 'F' },
 	{ "undefine", 1, 0, 'U' },