summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput/axgetput.c
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:15:04 +0200
committerThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:15:04 +0200
commitd3e6d4ffaa02d8523220cf0ed2acd10594c86482 (patch)
treee771bb4afb9571939dd5a413ad77f72d022cb853 /ax25/axgetput/axgetput.c
parent471c5882ceed45446f76df0fc1ae285930de28ed (diff)
Fixed spelling errors.HEADmaster
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'ax25/axgetput/axgetput.c')
-rw-r--r--ax25/axgetput/axgetput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c
index 65c1d40..1da4ef5 100644
--- a/ax25/axgetput/axgetput.c
+++ b/ax25/axgetput/axgetput.c
@@ -180,7 +180,7 @@ static void usage(int all) {
fprintf(stderr, " otherwise, the data will be read to memory until EOF.\n");
fprintf(stderr, " -s is only available if stdin is a pipe\n");
fprintf(stderr, " if filename specified in filter, the given name will be suggested instead.\n");
- fprintf(stderr, " filename may be omited if used as filter.\n");
+ fprintf(stderr, " filename may be omitted if used as filter.\n");
}
fputc('\n', stderr);
fprintf(stderr, "Tips: - compressed download:\n");