From c42db6d765cd7479d7f9fba719a4582930937d8b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Jun 2014 11:44:38 +0000 Subject: added support for clang fixed typo in header --- src/configure | 6 +++--- src/daemon.h | 2 +- src/log_targets.h | 2 +- src/sig_handler.c | 2 +- src/sig_handler.h | 2 +- src/string_list.c | 2 +- src/string_list.h | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/configure b/src/configure index 2dfb56d..75a26ac 100755 --- a/src/configure +++ b/src/configure @@ -68,6 +68,9 @@ do --target=*) TARGET=${arg#--target=} ;; + --use-clang) + USE_CLANG=1 + ;; --prefix=*) PREFIX=${arg#--prefix=} ;; @@ -80,9 +83,6 @@ do --mandir=*) MANDIR=${arg#--mandir=} ;; - --use-clang) - USE_CLANG=1 - ;; --no-manpage) INSTALLMANPAGE=0 ;; diff --git a/src/daemon.h b/src/daemon.h index 5acc312..7f21e81 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -10,7 +10,7 @@ * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel * mode and allows tunneling of every ETHER TYPE protocol (e.g. * ethernet, ip, arp ...). satp directly includes cryptography and - * message authentication based on the methodes used by SRTP. It is + * message authentication based on the methods used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. * diff --git a/src/log_targets.h b/src/log_targets.h index b0be138..eaf11ff 100644 --- a/src/log_targets.h +++ b/src/log_targets.h @@ -10,7 +10,7 @@ * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel * mode and allows tunneling of every ETHER TYPE protocol (e.g. * ethernet, ip, arp ...). satp directly includes cryptography and - * message authentication based on the methodes used by SRTP. It is + * message authentication based on the methods used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. * diff --git a/src/sig_handler.c b/src/sig_handler.c index 1dec973..50e9e59 100644 --- a/src/sig_handler.c +++ b/src/sig_handler.c @@ -10,7 +10,7 @@ * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel * mode and allows tunneling of every ETHER TYPE protocol (e.g. * ethernet, ip, arp ...). satp directly includes cryptography and - * message authentication based on the methodes used by SRTP. It is + * message authentication based on the methods used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. * diff --git a/src/sig_handler.h b/src/sig_handler.h index 1995e1a..1484f11 100644 --- a/src/sig_handler.h +++ b/src/sig_handler.h @@ -10,7 +10,7 @@ * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel * mode and allows tunneling of every ETHER TYPE protocol (e.g. * ethernet, ip, arp ...). satp directly includes cryptography and - * message authentication based on the methodes used by SRTP. It is + * message authentication based on the methods used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. * diff --git a/src/string_list.c b/src/string_list.c index a4f4ab8..e6e1149 100644 --- a/src/string_list.c +++ b/src/string_list.c @@ -10,7 +10,7 @@ * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel * mode and allows tunneling of every ETHER TYPE protocol (e.g. * ethernet, ip, arp ...). satp directly includes cryptography and - * message authentication based on the methodes used by SRTP. It is + * message authentication based on the methods used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. * diff --git a/src/string_list.h b/src/string_list.h index cd054cb..b1ed972 100644 --- a/src/string_list.h +++ b/src/string_list.h @@ -10,7 +10,7 @@ * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel * mode and allows tunneling of every ETHER TYPE protocol (e.g. * ethernet, ip, arp ...). satp directly includes cryptography and - * message authentication based on the methodes used by SRTP. It is + * message authentication based on the methods used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. * -- cgit v1.2.3