summaryrefslogtreecommitdiffstats
path: root/ax25ipd
diff options
context:
space:
mode:
authorTerry Dawson VK2KTJ <terry@animats.net>2001-09-12 13:35:16 +0000
committerTerry Dawson VK2KTJ <terry@animats.net>2001-09-12 13:35:16 +0000
commitc0bcfc572ec0ccecbda328de32214a4eab3f7830 (patch)
treed5509bae0ebeab64a502e848d80637ae177e2764 /ax25ipd
parent9dc29fc417907e50f335597d6eec68e7d072d6e3 (diff)
Corrected typo in ax25ipd.c
Diffstat (limited to 'ax25ipd')
-rw-r--r--ax25ipd/ax25ipd.c2
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);
}