From: Wayne Davison Date: Sun, 16 Jan 2022 14:49:15 +0000 (-0800) Subject: Fix some typos mentioned in the fossies report. X-Git-Tag: v3.2.4pre3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a011d9d0c2c484402a29a0d060a5fad4717f81;p=thirdparty%2Frsync.git Fix some typos mentioned in the fossies report. --- 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 #include #include 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 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.