]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
fix a couple of typ0s in comments and strings
authorAntonio Quartulli <a@unstable.cc>
Sat, 19 Aug 2017 07:52:09 +0000 (15:52 +0800)
committerDavid Sommerseth <davids@openvpn.net>
Wed, 6 Sep 2017 22:18:24 +0000 (00:18 +0200)
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20170819075209.28520-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15293.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
(cherry picked from commit 42d9f324f7362abfb9b51b24ef0fb7635b0194fc)

configure.ac
src/openvpn/block_dns.h
src/openvpn/buffer.h
src/openvpn/options.h

index baeff41b0732e6bcfd26264b9f44b45eddd86140..db671875515f68f8464cd8e265ca64ff2316ffa0 100644 (file)
@@ -230,7 +230,7 @@ AC_ARG_ENABLE(
 
 AC_ARG_ENABLE(
        [werror],
-       [AS_HELP_STRING([--enable-werror], [promote compiler warnings to errors, will cause builds to fail is the compiler issues warnings (debugging option) @<:@default=no@:>@])],
+       [AS_HELP_STRING([--enable-werror], [promote compiler warnings to errors, will cause builds to fail if the compiler issues warnings (debugging option) @<:@default=no@:>@])],
        ,
        [enable_werror="no"]
 )
index c4b6693b0bf6b841bb3f8618d0cbede6b8bfa79a..c9a9d7088e88863c8481b592b37e18f4b11618ab 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef OPENVPN_BLOCK_DNS_H
 #define OPENVPN_BLOCK_DNS_H
 
-/* Any value less than 5 should work fine. 3 is choosen without any real reason. */
+/* Any value less than 5 should work fine. 3 is chosen without any real reason. */
 #define BLOCK_DNS_IFACE_METRIC 3
 
 typedef void (*block_dns_msg_handler_t) (DWORD err, const char *msg);
index 8bc44287351b47f34cca3e4312b12ca201f40f5e..1ed56316c95f9dec747f4e5ab6f4b743d67c7434 100644 (file)
@@ -91,7 +91,7 @@ struct gc_entry
 };
 
 /**
- * Gargabe collection entry for a specially allocated structure that needs
+ * Garbage collection entry for a specially allocated structure that needs
  * a custom free function to be freed like struct addrinfo
  *
  */
index 67b9b94df43c1ade814288e8c80fcb9f6fdf3ea3..01a7b267ca7a487fd1c4f2703d269d5aaf554559 100644 (file)
@@ -181,7 +181,7 @@ struct options
 
     /* enable forward compatibility for post-2.1 features */
     bool forward_compatible;
-    /* list of options that should be ignored even if unkown */
+    /* list of options that should be ignored even if unknown */
     const char **ignore_unknown_option;
 
     /* persist parms */