]> 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 19:40:20 +0000 (21:40 +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>
configure.ac
src/openvpn/block_dns.h
src/openvpn/buffer.h
src/openvpn/options.h

index 7066062184f7eef28bfa31a4c80899a4c6feb611..6f1044e86c83cb523d370d4668dde910959db64b 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 4271bf3d3899378969292820ae9ccd2391766fab..496c114376bfbc6e04074720838c617401b98997 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 */