From d3e6d4ffaa02d8523220cf0ed2acd10594c86482 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 13 May 2023 21:15:04 +0200 Subject: Fixed spelling errors. Signed-off-by: Thomas Osterried --- ax25/axgetput/axgetput.c | 2 +- ax25/axgetput/proto_bin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ax25/axgetput') 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"); diff --git a/ax25/axgetput/proto_bin.c b/ax25/axgetput/proto_bin.c index 7d5eb3a..ebf61bd 100644 --- a/ax25/axgetput/proto_bin.c +++ b/ax25/axgetput/proto_bin.c @@ -224,7 +224,7 @@ int bput(void) return 1; } if (term_line && len == len_termline && !memcmp(buf, term_line, len_termline)) { - /* sucessfully read until termination string */ + /* successfully read until termination string */ break; } } -- cgit v1.2.3