Module: wine Branch: master Commit: a6fe56a8cf5f90e06a0099f1dc2bf2289f21f307 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a6fe56a8cf5f90e06a0099f1... Author: Nicolas Delcros <nicolas(a)dyalog.com> Date: Mon Sep 25 14:03:43 2006 +0100 wrc: Fixed typo for the --pedantic argument. --- tools/wrc/wrc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 @@ static struct option long_options[] = { { "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' },