Fix some typos mentioned in the fossies report.
authorWayne Davison <wayne@opencoder.net>
Sun, 16 Jan 2022 14:49:15 +0000 (06:49 -0800)
committerWayne Davison <wayne@opencoder.net>
Sun, 16 Jan 2022 18:33:22 +0000 (10:33 -0800)
configure.ac
lib/snprintf.c
rsync.1.md

index 3caf5e395970f2014a88d3f66a2d4742afef0258..1e1bcc7845c548c2ca7c5aed85a9ec8924492d93 100644 (file)
@@ -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>
index 52fdd11fbdb3a8af4e565dd22348c9adae357d22..15c0529dc3f6a7287614bc3cb20bf1eae5e7e2fe 100644 (file)
@@ -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
index 414c7e2073025d01a31f36015a10ca916edd7cd5..f44e001066445788522d0a60ecea813433f0ed38 100644 (file)
@@ -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.