diff options
author | Terry Dawson VK2KTJ <terry@animats.net> | 2001-09-12 13:35:16 +0000 |
---|---|---|
committer | Terry Dawson VK2KTJ <terry@animats.net> | 2001-09-12 13:35:16 +0000 |
commit | c0bcfc572ec0ccecbda328de32214a4eab3f7830 (patch) | |
tree | d5509bae0ebeab64a502e848d80637ae177e2764 | |
parent | 9dc29fc417907e50f335597d6eec68e7d072d6e3 (diff) |
Corrected typo in ax25ipd.c
-rw-r--r-- | ax25ipd/ax25ipd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index 45e59fa..9c6dea1 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -107,7 +107,7 @@ int main(int argc, char **argv) printf (" --loglevel NUM, -l NUM Set logging level to NUM\n"); printf - (" --configfile FILE, -c FILE Set confgiuration file to FILE\n"); + (" --configfile FILE, -c FILE Set configuration file to FILE\n"); exit(0); } |