aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Quartulli2017-08-19 15:52:09 +0800
committerDavid Sommerseth2017-09-06 21:40:20 +0200
commit42d9f324f7362abfb9b51b24ef0fb7635b0194fc (patch)
tree9addaa5851738a8864505080c12d8824cfb6c96c
parentfca89379c53fe2c145db96a5bcd32327c4bcfa78 (diff)
downloadopenvpn-42d9f324f7362abfb9b51b24ef0fb7635b0194fc.zip
openvpn-42d9f324f7362abfb9b51b24ef0fb7635b0194fc.tar.gz
fix a couple of typ0s in comments and strings
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>
-rw-r--r--configure.ac2
-rw-r--r--src/openvpn/block_dns.h2
-rw-r--r--src/openvpn/buffer.h2
-rw-r--r--src/openvpn/options.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7066062..6f1044e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"]
)
diff --git a/src/openvpn/block_dns.h b/src/openvpn/block_dns.h
index c4b6693..c9a9d70 100644
--- a/src/openvpn/block_dns.h
+++ b/src/openvpn/block_dns.h
@@ -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);
diff --git a/src/openvpn/buffer.h b/src/openvpn/buffer.h
index 8bc4428..1ed5631 100644
--- a/src/openvpn/buffer.h
+++ b/src/openvpn/buffer.h
@@ -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
*
*/
diff --git a/src/openvpn/options.h b/src/openvpn/options.h
index 4271bf3..496c114 100644
--- a/src/openvpn/options.h
+++ b/src/openvpn/options.h
@@ -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 */