From 267569888a2898da7dc52fddb92cf48fda59028d Mon Sep 17 00:00:00 2001 From: Erwin Bronkhorst Date: Wed, 20 Apr 2016 00:25:32 +0200 Subject: [PATCH] Changed typo in include guard. --- openvpn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn.h b/openvpn.h index be1d48e..f5a2344 100644 --- a/openvpn.h +++ b/openvpn.h @@ -20,7 +20,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef OEPNVPN_H +#ifndef OPENVPN_H #define OPENVPN_H BOOL StartOpenVPN(connection_t *);