From: David Schleef Date: Tue, 23 Jan 2001 18:22:08 +0000 (+0000) Subject: spelling fix X-Git-Tag: r0_7_15~30 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9de6b8db3d04d183b507b868be8adf74450a8ef;p=comedilib.git spelling fix --- diff --git a/comedi_config/comedi_config.c b/comedi_config/comedi_config.c index 6dedd26..c9cad3f 100644 --- a/comedi_config/comedi_config.c +++ b/comedi_config/comedi_config.c @@ -58,7 +58,7 @@ void do_help(int i) struct option options[] = { { "verbose", 0, 0, 'v' }, - { "quite", 0, 0, 'q' }, + { "quiet", 0, 0, 'q' }, { "version", 0, 0, 'V' }, { "init-data", 1, 0, 'i' }, { "remove", 0, 0, 'r' },