From 471c5882ceed45446f76df0fc1ae285930de28ed Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 13 May 2023 20:54:11 +0200 Subject: Fixed speeling errors in man pages and programs. Author: colint@debian.org Author: Dave Hibberd Signed-off-by: Daniele Forsi Signed-off-by: Thomas Osterried --- ax25/axgetput/axgetput.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ax25/axgetput/axgetput.c') diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c index e3a0c71..65c1d40 100644 --- a/ax25/axgetput/axgetput.c +++ b/ax25/axgetput/axgetput.c @@ -172,7 +172,7 @@ static void usage(int all) { if (mode % 2) { fprintf(stderr, " filename is usually got from the remote side by the protocol\n"); fprintf(stderr, " but can be forced if you like to ignore this.\n"); - fprintf(stderr, " filename should be ommitted if output is sent to a pipe\n."); + fprintf(stderr, " filename should be omitted if output is sent to a pipe\n."); } else { fprintf(stderr, " -b value is the blocksize (framelen) of the transmitted data\n"); fprintf(stderr, " default %d, which is a useful choice for ampr ax25.\n", BLOCKSIZ_DEFAULT); @@ -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 ommited if used as filter.\n"); + fprintf(stderr, " filename may be omited if used as filter.\n"); } fputc('\n', stderr); fprintf(stderr, "Tips: - compressed download:\n"); -- cgit v1.2.3