summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axgetput')
-rw-r--r--ax25/axgetput/axgetput.18
-rw-r--r--ax25/axgetput/axgetput.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/ax25/axgetput/axgetput.1 b/ax25/axgetput/axgetput.1
index e8770aa..8addabb 100644
--- a/ax25/axgetput/axgetput.1
+++ b/ax25/axgetput/axgetput.1
@@ -47,11 +47,11 @@ via his ax25 session to his packet-radio terminal program. The download
"protocol" is the "#BIN" standard known from packet radio mailboxes.
.B bput
-does it the other way round: with this comand, the user may upload a
+does it the other way around: with this comand, the user may upload a
file to this computer.
The #BIN protocol provides a CRC consistency check after the file is
-transfered. The transfer of the file modification time is part of the
+transferred. The transfer of the file modification time is part of the
#BIN protocol.
.LP
@@ -60,7 +60,7 @@ transfered. The transfer of the file modification time is part of the
.B yget
or
.B yput
-is reserverd for the yapp protocol, which is not supported in this version.
+is reserved for the yapp protocol, which is not supported in this version.
.LP
.B II. DIDADIT Protocol
@@ -68,7 +68,7 @@ is reserverd for the yapp protocol, which is not supported in this version.
.B rget
or
.B rput
-is reserverd for the didadit protocol, which is not supported in this version.
+is reserved for the didadit protocol, which is not supported in this version.
.LP
Anyone like to implement yapp and didadit protcols?
.LP
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");