summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-06-21 11:47:54 +0000
committerChristian Pointner <equinox@anytun.org>2014-06-21 11:47:54 +0000
commitbee3705be03d13f1ced2e70cae10fb32b2045425 (patch)
treec31637dc872137ed54dd3884c82b4d05ec4f42db /src
parentadded missing dll's to zip archives (diff)
fixed typo in license header
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/anyrtpproxy/Makefile2
-rw-r--r--src/anyrtpproxy/anyrtpproxy.cpp2
-rw-r--r--src/anyrtpproxy/callIdQueue.cpp2
-rw-r--r--src/anyrtpproxy/callIdQueue.h2
-rw-r--r--src/anyrtpproxy/commandHandler.cpp2
-rw-r--r--src/anyrtpproxy/commandHandler.h2
-rw-r--r--src/anyrtpproxy/connectionList.cpp2
-rw-r--r--src/anyrtpproxy/connectionList.h2
-rw-r--r--src/anyrtpproxy/options.cpp2
-rw-r--r--src/anyrtpproxy/options.h2
-rw-r--r--src/anyrtpproxy/portWindow.cpp2
-rw-r--r--src/anyrtpproxy/portWindow.h2
-rw-r--r--src/anyrtpproxy/rtpSession.cpp2
-rw-r--r--src/anyrtpproxy/rtpSession.h2
-rw-r--r--src/anyrtpproxy/rtpSessionTable.cpp2
-rw-r--r--src/anyrtpproxy/rtpSessionTable.h2
-rw-r--r--src/anyrtpproxy/syncRtpCommand.cpp2
-rw-r--r--src/anyrtpproxy/syncRtpCommand.h2
-rw-r--r--src/anytun-config.cpp2
-rw-r--r--src/anytun-controld.cpp2
-rw-r--r--src/anytun-showtables.cpp2
-rw-r--r--src/anytun.cpp2
-rw-r--r--src/anytunError.cpp2
-rw-r--r--src/anytunError.h2
-rw-r--r--src/authAlgo.cpp2
-rw-r--r--src/authAlgo.h2
-rw-r--r--src/authAlgoFactory.cpp2
-rw-r--r--src/authAlgoFactory.h2
-rw-r--r--src/bsd/tunDevice.cpp2
-rw-r--r--src/buffer.cpp2
-rw-r--r--src/buffer.h2
-rw-r--r--src/cipher.cpp2
-rw-r--r--src/cipher.h2
-rw-r--r--src/cipherFactory.cpp2
-rw-r--r--src/cipherFactory.h2
-rwxr-xr-xsrc/configure2
-rw-r--r--src/connectionList.cpp2
-rw-r--r--src/connectionList.h2
-rw-r--r--src/connectionParam.cpp2
-rw-r--r--src/connectionParam.h2
-rw-r--r--src/cryptinit.hpp2
-rw-r--r--src/datatypes.h2
-rw-r--r--src/deviceConfig.hpp2
-rw-r--r--src/encryptedPacket.cpp2
-rw-r--r--src/encryptedPacket.h2
-rw-r--r--src/endian.h2
-rw-r--r--src/keyDerivation.cpp2
-rw-r--r--src/keyDerivation.h2
-rw-r--r--src/keyDerivationFactory.cpp2
-rw-r--r--src/keyDerivationFactory.h2
-rw-r--r--src/linux/tunDevice.cpp2
-rw-r--r--src/log.cpp2
-rw-r--r--src/log.h2
-rw-r--r--src/logTargets.cpp2
-rw-r--r--src/logTargets.h2
-rw-r--r--src/networkAddress.cpp2
-rw-r--r--src/networkAddress.h2
-rw-r--r--src/networkPrefix.cpp2
-rw-r--r--src/networkPrefix.h2
-rw-r--r--src/nullDaemon.cpp2
-rw-r--r--src/nullDaemon.h2
-rw-r--r--src/options.cpp2
-rw-r--r--src/options.h2
-rw-r--r--src/packetSource.cpp2
-rw-r--r--src/packetSource.h2
-rw-r--r--src/plainPacket.cpp2
-rw-r--r--src/plainPacket.h2
-rw-r--r--src/posix/posixDaemon.cpp2
-rw-r--r--src/posix/posixDaemon.h2
-rw-r--r--src/posix/signalHandler.hpp2
-rw-r--r--src/posix/sysExec.hpp2
-rw-r--r--src/resolver.cpp2
-rw-r--r--src/resolver.h2
-rw-r--r--src/routingTable.cpp2
-rw-r--r--src/routingTable.h2
-rw-r--r--src/routingTree.hpp2
-rw-r--r--src/routingTreeNode.cpp2
-rw-r--r--src/routingTreeNode.h2
-rw-r--r--src/seqWindow.cpp2
-rw-r--r--src/seqWindow.h2
-rw-r--r--src/signalController.cpp2
-rw-r--r--src/signalController.h2
-rw-r--r--src/syncBuffer.cpp2
-rw-r--r--src/syncBuffer.h2
-rw-r--r--src/syncClient.cpp2
-rw-r--r--src/syncClient.h2
-rw-r--r--src/syncCommand.cpp2
-rw-r--r--src/syncCommand.h2
-rw-r--r--src/syncConnectionCommand.cpp2
-rw-r--r--src/syncConnectionCommand.h2
-rw-r--r--src/syncOnConnect.hpp2
-rw-r--r--src/syncQueue.cpp2
-rw-r--r--src/syncQueue.h2
-rw-r--r--src/syncRouteCommand.cpp2
-rw-r--r--src/syncRouteCommand.h2
-rw-r--r--src/syncServer.cpp2
-rw-r--r--src/syncServer.h2
-rw-r--r--src/syncTcpConnection.cpp2
-rw-r--r--src/syncTcpConnection.h2
-rw-r--r--src/sysExec.cpp2
-rw-r--r--src/sysExec.h2
-rw-r--r--src/threadUtils.hpp2
-rw-r--r--src/tunDevice.h2
-rw-r--r--src/win32/registryKey.cpp2
-rw-r--r--src/win32/registryKey.h2
-rw-r--r--src/win32/signalHandler.hpp2
-rw-r--r--src/win32/signalServiceHandler.hpp2
-rw-r--r--src/win32/sysExec.hpp2
-rw-r--r--src/win32/tunDevice.cpp2
-rw-r--r--src/win32/winService.cpp2
-rw-r--r--src/win32/winService.h2
112 files changed, 112 insertions, 112 deletions
diff --git a/src/Makefile b/src/Makefile
index 45f1fad..c995ac7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,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/anyrtpproxy/Makefile b/src/anyrtpproxy/Makefile
index 43b6220..3e15543 100644
--- a/src/anyrtpproxy/Makefile
+++ b/src/anyrtpproxy/Makefile
@@ -6,7 +6,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/anyrtpproxy/anyrtpproxy.cpp b/src/anyrtpproxy/anyrtpproxy.cpp
index 1daf35b..abb6a03 100644
--- a/src/anyrtpproxy/anyrtpproxy.cpp
+++ b/src/anyrtpproxy/anyrtpproxy.cpp
@@ -6,7 +6,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/anyrtpproxy/callIdQueue.cpp b/src/anyrtpproxy/callIdQueue.cpp
index 514abf6..96eb773 100644
--- a/src/anyrtpproxy/callIdQueue.cpp
+++ b/src/anyrtpproxy/callIdQueue.cpp
@@ -6,7 +6,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/anyrtpproxy/callIdQueue.h b/src/anyrtpproxy/callIdQueue.h
index 4d6f7fc..3c8acb9 100644
--- a/src/anyrtpproxy/callIdQueue.h
+++ b/src/anyrtpproxy/callIdQueue.h
@@ -6,7 +6,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/anyrtpproxy/commandHandler.cpp b/src/anyrtpproxy/commandHandler.cpp
index a8f1df8..fc84c6f 100644
--- a/src/anyrtpproxy/commandHandler.cpp
+++ b/src/anyrtpproxy/commandHandler.cpp
@@ -6,7 +6,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/anyrtpproxy/commandHandler.h b/src/anyrtpproxy/commandHandler.h
index 954efc7..8a0bac7 100644
--- a/src/anyrtpproxy/commandHandler.h
+++ b/src/anyrtpproxy/commandHandler.h
@@ -6,7 +6,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/anyrtpproxy/connectionList.cpp b/src/anyrtpproxy/connectionList.cpp
index afda1d8..ffe58e3 100644
--- a/src/anyrtpproxy/connectionList.cpp
+++ b/src/anyrtpproxy/connectionList.cpp
@@ -6,7 +6,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/anyrtpproxy/connectionList.h b/src/anyrtpproxy/connectionList.h
index 8df0781..383973f 100644
--- a/src/anyrtpproxy/connectionList.h
+++ b/src/anyrtpproxy/connectionList.h
@@ -6,7 +6,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/anyrtpproxy/options.cpp b/src/anyrtpproxy/options.cpp
index 218fd56..a88951c 100644
--- a/src/anyrtpproxy/options.cpp
+++ b/src/anyrtpproxy/options.cpp
@@ -6,7 +6,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/anyrtpproxy/options.h b/src/anyrtpproxy/options.h
index cf32c87..53429ed 100644
--- a/src/anyrtpproxy/options.h
+++ b/src/anyrtpproxy/options.h
@@ -6,7 +6,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/anyrtpproxy/portWindow.cpp b/src/anyrtpproxy/portWindow.cpp
index 3ef1767..c3852bc 100644
--- a/src/anyrtpproxy/portWindow.cpp
+++ b/src/anyrtpproxy/portWindow.cpp
@@ -6,7 +6,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/anyrtpproxy/portWindow.h b/src/anyrtpproxy/portWindow.h
index d552ae1..715c172 100644
--- a/src/anyrtpproxy/portWindow.h
+++ b/src/anyrtpproxy/portWindow.h
@@ -6,7 +6,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/anyrtpproxy/rtpSession.cpp b/src/anyrtpproxy/rtpSession.cpp
index 3afba33..440c981 100644
--- a/src/anyrtpproxy/rtpSession.cpp
+++ b/src/anyrtpproxy/rtpSession.cpp
@@ -6,7 +6,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/anyrtpproxy/rtpSession.h b/src/anyrtpproxy/rtpSession.h
index cfdd36c..49cae9e 100644
--- a/src/anyrtpproxy/rtpSession.h
+++ b/src/anyrtpproxy/rtpSession.h
@@ -6,7 +6,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/anyrtpproxy/rtpSessionTable.cpp b/src/anyrtpproxy/rtpSessionTable.cpp
index de7b031..16e99aa 100644
--- a/src/anyrtpproxy/rtpSessionTable.cpp
+++ b/src/anyrtpproxy/rtpSessionTable.cpp
@@ -6,7 +6,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/anyrtpproxy/rtpSessionTable.h b/src/anyrtpproxy/rtpSessionTable.h
index 79be6cc..3273838 100644
--- a/src/anyrtpproxy/rtpSessionTable.h
+++ b/src/anyrtpproxy/rtpSessionTable.h
@@ -6,7 +6,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/anyrtpproxy/syncRtpCommand.cpp b/src/anyrtpproxy/syncRtpCommand.cpp
index e1d5147..26e9daa 100644
--- a/src/anyrtpproxy/syncRtpCommand.cpp
+++ b/src/anyrtpproxy/syncRtpCommand.cpp
@@ -6,7 +6,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/anyrtpproxy/syncRtpCommand.h b/src/anyrtpproxy/syncRtpCommand.h
index 31b333c..ce35c9d 100644
--- a/src/anyrtpproxy/syncRtpCommand.h
+++ b/src/anyrtpproxy/syncRtpCommand.h
@@ -6,7 +6,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/anytun-config.cpp b/src/anytun-config.cpp
index e0b6d87..f3a4a11 100644
--- a/src/anytun-config.cpp
+++ b/src/anytun-config.cpp
@@ -6,7 +6,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/anytun-controld.cpp b/src/anytun-controld.cpp
index 884be7f..7d7db41 100644
--- a/src/anytun-controld.cpp
+++ b/src/anytun-controld.cpp
@@ -6,7 +6,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/anytun-showtables.cpp b/src/anytun-showtables.cpp
index 7e1e6ae..d40cba3 100644
--- a/src/anytun-showtables.cpp
+++ b/src/anytun-showtables.cpp
@@ -6,7 +6,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/anytun.cpp b/src/anytun.cpp
index 16021a2..f08ed52 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -6,7 +6,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/anytunError.cpp b/src/anytunError.cpp
index 20595b3..d0cd451 100644
--- a/src/anytunError.cpp
+++ b/src/anytunError.cpp
@@ -6,7 +6,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/anytunError.h b/src/anytunError.h
index 616450c..b1077cd 100644
--- a/src/anytunError.h
+++ b/src/anytunError.h
@@ -6,7 +6,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/authAlgo.cpp b/src/authAlgo.cpp
index 8317e9e..b583d6f 100644
--- a/src/authAlgo.cpp
+++ b/src/authAlgo.cpp
@@ -6,7 +6,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/authAlgo.h b/src/authAlgo.h
index 663962f..3074014 100644
--- a/src/authAlgo.h
+++ b/src/authAlgo.h
@@ -6,7 +6,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/authAlgoFactory.cpp b/src/authAlgoFactory.cpp
index 0cd22ce..97a9b11 100644
--- a/src/authAlgoFactory.cpp
+++ b/src/authAlgoFactory.cpp
@@ -6,7 +6,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/authAlgoFactory.h b/src/authAlgoFactory.h
index 86a4c38..3b415ae 100644
--- a/src/authAlgoFactory.h
+++ b/src/authAlgoFactory.h
@@ -6,7 +6,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/bsd/tunDevice.cpp b/src/bsd/tunDevice.cpp
index b4b5e29..3309789 100644
--- a/src/bsd/tunDevice.cpp
+++ b/src/bsd/tunDevice.cpp
@@ -6,7 +6,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/buffer.cpp b/src/buffer.cpp
index 320129d..7d02779 100644
--- a/src/buffer.cpp
+++ b/src/buffer.cpp
@@ -6,7 +6,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/buffer.h b/src/buffer.h
index 12e771f..4f36a51 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -6,7 +6,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/cipher.cpp b/src/cipher.cpp
index a10e6c4..abc583f 100644
--- a/src/cipher.cpp
+++ b/src/cipher.cpp
@@ -6,7 +6,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/cipher.h b/src/cipher.h
index 97d941c..9de463a 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -6,7 +6,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/cipherFactory.cpp b/src/cipherFactory.cpp
index 836a517..07283c8 100644
--- a/src/cipherFactory.cpp
+++ b/src/cipherFactory.cpp
@@ -6,7 +6,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/cipherFactory.h b/src/cipherFactory.h
index e268c7c..de5a7a1 100644
--- a/src/cipherFactory.h
+++ b/src/cipherFactory.h
@@ -6,7 +6,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/configure b/src/configure
index 2a3aad1..c01da8f 100755
--- a/src/configure
+++ b/src/configure
@@ -7,7 +7,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/connectionList.cpp b/src/connectionList.cpp
index 4287a21..f5236e1 100644
--- a/src/connectionList.cpp
+++ b/src/connectionList.cpp
@@ -6,7 +6,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/connectionList.h b/src/connectionList.h
index 750a142..e0adf55 100644
--- a/src/connectionList.h
+++ b/src/connectionList.h
@@ -6,7 +6,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/connectionParam.cpp b/src/connectionParam.cpp
index 05b02ca..16155d7 100644
--- a/src/connectionParam.cpp
+++ b/src/connectionParam.cpp
@@ -6,7 +6,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/connectionParam.h b/src/connectionParam.h
index 563391c..df3656f 100644
--- a/src/connectionParam.h
+++ b/src/connectionParam.h
@@ -6,7 +6,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/cryptinit.hpp b/src/cryptinit.hpp
index 64c57b4..9f9c5a5 100644
--- a/src/cryptinit.hpp
+++ b/src/cryptinit.hpp
@@ -6,7 +6,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/datatypes.h b/src/datatypes.h
index d758b66..47cb359 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -6,7 +6,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/deviceConfig.hpp b/src/deviceConfig.hpp
index cf9f530..c075a48 100644
--- a/src/deviceConfig.hpp
+++ b/src/deviceConfig.hpp
@@ -6,7 +6,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/encryptedPacket.cpp b/src/encryptedPacket.cpp
index 466378a..67deaab 100644
--- a/src/encryptedPacket.cpp
+++ b/src/encryptedPacket.cpp
@@ -6,7 +6,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/encryptedPacket.h b/src/encryptedPacket.h
index 221c534..f10d525 100644
--- a/src/encryptedPacket.h
+++ b/src/encryptedPacket.h
@@ -6,7 +6,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/endian.h b/src/endian.h
index a701750..9c16d8b 100644
--- a/src/endian.h
+++ b/src/endian.h
@@ -6,7 +6,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/keyDerivation.cpp b/src/keyDerivation.cpp
index 17d2a7c..3b6f17c 100644
--- a/src/keyDerivation.cpp
+++ b/src/keyDerivation.cpp
@@ -6,7 +6,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/keyDerivation.h b/src/keyDerivation.h
index f34499c..accb501 100644
--- a/src/keyDerivation.h
+++ b/src/keyDerivation.h
@@ -6,7 +6,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/keyDerivationFactory.cpp b/src/keyDerivationFactory.cpp
index a4cbf1c..62e9a55 100644
--- a/src/keyDerivationFactory.cpp
+++ b/src/keyDerivationFactory.cpp
@@ -6,7 +6,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/keyDerivationFactory.h b/src/keyDerivationFactory.h
index fc11a4d..1dd71b5 100644
--- a/src/keyDerivationFactory.h
+++ b/src/keyDerivationFactory.h
@@ -6,7 +6,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/linux/tunDevice.cpp b/src/linux/tunDevice.cpp
index 94c2e27..dec7e61 100644
--- a/src/linux/tunDevice.cpp
+++ b/src/linux/tunDevice.cpp
@@ -6,7 +6,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.cpp b/src/log.cpp
index 9924d7f..0851444 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -6,7 +6,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.h b/src/log.h
index 12c723d..e45ee8e 100644
--- a/src/log.h
+++ b/src/log.h
@@ -6,7 +6,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/logTargets.cpp b/src/logTargets.cpp
index 487ee8b..a733e39 100644
--- a/src/logTargets.cpp
+++ b/src/logTargets.cpp
@@ -6,7 +6,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/logTargets.h b/src/logTargets.h
index a42d2c6..54cdd24 100644
--- a/src/logTargets.h
+++ b/src/logTargets.h
@@ -6,7 +6,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/networkAddress.cpp b/src/networkAddress.cpp
index d489342..a035fd6 100644
--- a/src/networkAddress.cpp
+++ b/src/networkAddress.cpp
@@ -6,7 +6,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/networkAddress.h b/src/networkAddress.h
index 1d4c602..04b9b2b 100644
--- a/src/networkAddress.h
+++ b/src/networkAddress.h
@@ -6,7 +6,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/networkPrefix.cpp b/src/networkPrefix.cpp
index 85b687d..4bdf257 100644
--- a/src/networkPrefix.cpp
+++ b/src/networkPrefix.cpp
@@ -6,7 +6,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/networkPrefix.h b/src/networkPrefix.h
index 2c328a7..9b18708 100644
--- a/src/networkPrefix.h
+++ b/src/networkPrefix.h
@@ -6,7 +6,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/nullDaemon.cpp b/src/nullDaemon.cpp
index 8adcb50..99183b8 100644
--- a/src/nullDaemon.cpp
+++ b/src/nullDaemon.cpp
@@ -6,7 +6,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/nullDaemon.h b/src/nullDaemon.h
index 7f5ec5a..9ea6c74 100644
--- a/src/nullDaemon.h
+++ b/src/nullDaemon.h
@@ -6,7 +6,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/options.cpp b/src/options.cpp
index 16f6ee6..199ef04 100644
--- a/src/options.cpp
+++ b/src/options.cpp
@@ -6,7 +6,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/options.h b/src/options.h
index 70458d5..6ca9e5b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -6,7 +6,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/packetSource.cpp b/src/packetSource.cpp
index 6a96d18..f224c16 100644
--- a/src/packetSource.cpp
+++ b/src/packetSource.cpp
@@ -6,7 +6,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/packetSource.h b/src/packetSource.h
index bd75be2..5b2efd2 100644
--- a/src/packetSource.h
+++ b/src/packetSource.h
@@ -6,7 +6,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/plainPacket.cpp b/src/plainPacket.cpp
index ad37263..02ac1da 100644
--- a/src/plainPacket.cpp
+++ b/src/plainPacket.cpp
@@ -6,7 +6,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/plainPacket.h b/src/plainPacket.h
index 6a1396f..428b800 100644
--- a/src/plainPacket.h
+++ b/src/plainPacket.h
@@ -6,7 +6,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/posix/posixDaemon.cpp b/src/posix/posixDaemon.cpp
index 96cad00..c4b8e8e 100644
--- a/src/posix/posixDaemon.cpp
+++ b/src/posix/posixDaemon.cpp
@@ -6,7 +6,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/posix/posixDaemon.h b/src/posix/posixDaemon.h
index e3ac3e3..111af47 100644
--- a/src/posix/posixDaemon.h
+++ b/src/posix/posixDaemon.h
@@ -6,7 +6,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/posix/signalHandler.hpp b/src/posix/signalHandler.hpp
index 11d0c2f..b63d6ea 100644
--- a/src/posix/signalHandler.hpp
+++ b/src/posix/signalHandler.hpp
@@ -6,7 +6,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/posix/sysExec.hpp b/src/posix/sysExec.hpp
index 7e8f37e..3892174 100644
--- a/src/posix/sysExec.hpp
+++ b/src/posix/sysExec.hpp
@@ -6,7 +6,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/resolver.cpp b/src/resolver.cpp
index 6a17cde..db94358 100644
--- a/src/resolver.cpp
+++ b/src/resolver.cpp
@@ -6,7 +6,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/resolver.h b/src/resolver.h
index 4a82733..5a08f90 100644
--- a/src/resolver.h
+++ b/src/resolver.h
@@ -6,7 +6,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/routingTable.cpp b/src/routingTable.cpp
index ab2515d..82b302a 100644
--- a/src/routingTable.cpp
+++ b/src/routingTable.cpp
@@ -6,7 +6,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/routingTable.h b/src/routingTable.h
index 48e7617..c7e68e4 100644
--- a/src/routingTable.h
+++ b/src/routingTable.h
@@ -6,7 +6,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/routingTree.hpp b/src/routingTree.hpp
index 9a55886..5da0c41 100644
--- a/src/routingTree.hpp
+++ b/src/routingTree.hpp
@@ -6,7 +6,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/routingTreeNode.cpp b/src/routingTreeNode.cpp
index 9d65248..53079a7 100644
--- a/src/routingTreeNode.cpp
+++ b/src/routingTreeNode.cpp
@@ -6,7 +6,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/routingTreeNode.h b/src/routingTreeNode.h
index a16f8de..f4e5010 100644
--- a/src/routingTreeNode.h
+++ b/src/routingTreeNode.h
@@ -6,7 +6,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/seqWindow.cpp b/src/seqWindow.cpp
index 992a71c..c8819fd 100644
--- a/src/seqWindow.cpp
+++ b/src/seqWindow.cpp
@@ -6,7 +6,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/seqWindow.h b/src/seqWindow.h
index fa6adaa..1d492f6 100644
--- a/src/seqWindow.h
+++ b/src/seqWindow.h
@@ -6,7 +6,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/signalController.cpp b/src/signalController.cpp
index 1731649..67854d3 100644
--- a/src/signalController.cpp
+++ b/src/signalController.cpp
@@ -6,7 +6,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/signalController.h b/src/signalController.h
index 7a52fc7..a0d417b 100644
--- a/src/signalController.h
+++ b/src/signalController.h
@@ -6,7 +6,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/syncBuffer.cpp b/src/syncBuffer.cpp
index ca1eb09..21dde18 100644
--- a/src/syncBuffer.cpp
+++ b/src/syncBuffer.cpp
@@ -6,7 +6,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/syncBuffer.h b/src/syncBuffer.h
index b68e9f5..6872856 100644
--- a/src/syncBuffer.h
+++ b/src/syncBuffer.h
@@ -6,7 +6,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/syncClient.cpp b/src/syncClient.cpp
index bca915a..7edb80f 100644
--- a/src/syncClient.cpp
+++ b/src/syncClient.cpp
@@ -6,7 +6,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/syncClient.h b/src/syncClient.h
index 47f81e2..8240355 100644
--- a/src/syncClient.h
+++ b/src/syncClient.h
@@ -6,7 +6,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/syncCommand.cpp b/src/syncCommand.cpp
index 22dede8..2c275a8 100644
--- a/src/syncCommand.cpp
+++ b/src/syncCommand.cpp
@@ -6,7 +6,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/syncCommand.h b/src/syncCommand.h
index 5179ae6..e0ac80b 100644
--- a/src/syncCommand.h
+++ b/src/syncCommand.h
@@ -6,7 +6,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/syncConnectionCommand.cpp b/src/syncConnectionCommand.cpp
index 90df43e..0db449c 100644
--- a/src/syncConnectionCommand.cpp
+++ b/src/syncConnectionCommand.cpp
@@ -6,7 +6,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/syncConnectionCommand.h b/src/syncConnectionCommand.h
index 282f392..ebed37e 100644
--- a/src/syncConnectionCommand.h
+++ b/src/syncConnectionCommand.h
@@ -6,7 +6,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/syncOnConnect.hpp b/src/syncOnConnect.hpp
index fe8a0eb..0b3f9f2 100644
--- a/src/syncOnConnect.hpp
+++ b/src/syncOnConnect.hpp
@@ -6,7 +6,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/syncQueue.cpp b/src/syncQueue.cpp
index 8ddc743..9e9cef5 100644
--- a/src/syncQueue.cpp
+++ b/src/syncQueue.cpp
@@ -6,7 +6,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/syncQueue.h b/src/syncQueue.h
index e5eb8d7..fb01a40 100644
--- a/src/syncQueue.h
+++ b/src/syncQueue.h
@@ -6,7 +6,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/syncRouteCommand.cpp b/src/syncRouteCommand.cpp
index 439b693..2196301 100644
--- a/src/syncRouteCommand.cpp
+++ b/src/syncRouteCommand.cpp
@@ -6,7 +6,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/syncRouteCommand.h b/src/syncRouteCommand.h
index 0d66ef3..7fa3c88 100644
--- a/src/syncRouteCommand.h
+++ b/src/syncRouteCommand.h
@@ -6,7 +6,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/syncServer.cpp b/src/syncServer.cpp
index a2406fd..2acb6f9 100644
--- a/src/syncServer.cpp
+++ b/src/syncServer.cpp
@@ -6,7 +6,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/syncServer.h b/src/syncServer.h
index 983013d..9160191 100644
--- a/src/syncServer.h
+++ b/src/syncServer.h
@@ -6,7 +6,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/syncTcpConnection.cpp b/src/syncTcpConnection.cpp
index bd6e6fb..f929546 100644
--- a/src/syncTcpConnection.cpp
+++ b/src/syncTcpConnection.cpp
@@ -6,7 +6,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/syncTcpConnection.h b/src/syncTcpConnection.h
index 807d10e..1cd152d 100644
--- a/src/syncTcpConnection.h
+++ b/src/syncTcpConnection.h
@@ -6,7 +6,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/sysExec.cpp b/src/sysExec.cpp
index 8db7dc5..b6c3e91 100644
--- a/src/sysExec.cpp
+++ b/src/sysExec.cpp
@@ -6,7 +6,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/sysExec.h b/src/sysExec.h
index e2347d0..cdb1bf7 100644
--- a/src/sysExec.h
+++ b/src/sysExec.h
@@ -6,7 +6,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/threadUtils.hpp b/src/threadUtils.hpp
index 6285b58..54c76d8 100644
--- a/src/threadUtils.hpp
+++ b/src/threadUtils.hpp
@@ -6,7 +6,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/tunDevice.h b/src/tunDevice.h
index aaf49e8..531329f 100644
--- a/src/tunDevice.h
+++ b/src/tunDevice.h
@@ -6,7 +6,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/win32/registryKey.cpp b/src/win32/registryKey.cpp
index 4c6240c..ef76f29 100644
--- a/src/win32/registryKey.cpp
+++ b/src/win32/registryKey.cpp
@@ -6,7 +6,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/win32/registryKey.h b/src/win32/registryKey.h
index 9e42e29..b8b652d 100644
--- a/src/win32/registryKey.h
+++ b/src/win32/registryKey.h
@@ -6,7 +6,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/win32/signalHandler.hpp b/src/win32/signalHandler.hpp
index 6bcea18..17f8c3d 100644
--- a/src/win32/signalHandler.hpp
+++ b/src/win32/signalHandler.hpp
@@ -6,7 +6,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/win32/signalServiceHandler.hpp b/src/win32/signalServiceHandler.hpp
index c897aa2..9170c52 100644
--- a/src/win32/signalServiceHandler.hpp
+++ b/src/win32/signalServiceHandler.hpp
@@ -6,7 +6,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/win32/sysExec.hpp b/src/win32/sysExec.hpp
index 5c7ea9e..214eebb 100644
--- a/src/win32/sysExec.hpp
+++ b/src/win32/sysExec.hpp
@@ -6,7 +6,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/win32/tunDevice.cpp b/src/win32/tunDevice.cpp
index bd7794f..e9c1e59 100644
--- a/src/win32/tunDevice.cpp
+++ b/src/win32/tunDevice.cpp
@@ -6,7 +6,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/win32/winService.cpp b/src/win32/winService.cpp
index 084fa85..765600c 100644
--- a/src/win32/winService.cpp
+++ b/src/win32/winService.cpp
@@ -6,7 +6,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/win32/winService.h b/src/win32/winService.h
index 91853fe..9e1cfac 100644
--- a/src/win32/winService.h
+++ b/src/win32/winService.h
@@ -6,7 +6,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.
*