summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-01-16 06:49:15 -0800
committerWayne Davison <wayne@opencoder.net>2022-01-16 10:33:22 -0800
commite2a011d9d0c2c484402a29a0d060a5fad4717f81 (patch)
treeb92cbb0145f5d4d68df702191b0c9959ae19653d
parent76dc7d0a767485cec9c5b667973eaa1ead310818 (diff)
downloadrsync-e2a011d9d0c2c484402a29a0d060a5fad4717f81.tar.gz
Fix some typos mentioned in the fossies report.
-rw-r--r--configure.ac2
-rw-r--r--lib/snprintf.c2
-rw-r--r--rsync.1.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3caf5e39..1e1bcc78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -411,7 +411,7 @@ AS_HELP_STRING([--disable-ipv6],[disable to omit ipv6 support]),
;;
esac ],
- AC_TRY_RUN([ /* AF_INET6 avalable check */
+ AC_TRY_RUN([ /* AF_INET6 availability check */
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/lib/snprintf.c b/lib/snprintf.c
index 52fdd11f..15c0529d 100644
--- a/lib/snprintf.c
+++ b/lib/snprintf.c
@@ -20,7 +20,7 @@
* for string length. This covers a nasty loophole.
*
* The other functions are there to prevent NULL pointers from
- * causing nast effects.
+ * causing nasty effects.
*
* More Recently:
* Brandon Long <blong@fiction.net> 9/15/96 for mutt 0.43
diff --git a/rsync.1.md b/rsync.1.md
index 414c7e20..f44e0010 100644
--- a/rsync.1.md
+++ b/rsync.1.md
@@ -3536,7 +3536,7 @@ your home directory (remove the '=' for that).
See also [the daemon version of these options](#daemon-opt--ipv4).
- If rsync was complied without support for IPv6, the `--ipv6` option will
+ If rsync was compiled without support for IPv6, the `--ipv6` option will
have no effect. The `rsync --version` output will contain "`no IPv6`" if
is the case.
@@ -3667,7 +3667,7 @@ The options allowed when starting an rsync daemon are as follows:
See also [the client version of these options](#opt--ipv4).
- If rsync was complied without support for IPv6, the `--ipv6` option will
+ If rsync was compiled without support for IPv6, the `--ipv6` option will
have no effect. The `rsync --version` output will contain "`no IPv6`" if
is the case.