From bee3705be03d13f1ced2e70cae10fb32b2045425 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Jun 2014 11:47:54 +0000 Subject: fixed typo in license header --- src/Makefile | 2 +- src/anyrtpproxy/Makefile | 2 +- src/anyrtpproxy/anyrtpproxy.cpp | 2 +- src/anyrtpproxy/callIdQueue.cpp | 2 +- src/anyrtpproxy/callIdQueue.h | 2 +- src/anyrtpproxy/commandHandler.cpp | 2 +- src/anyrtpproxy/commandHandler.h | 2 +- src/anyrtpproxy/connectionList.cpp | 2 +- src/anyrtpproxy/connectionList.h | 2 +- src/anyrtpproxy/options.cpp | 2 +- src/anyrtpproxy/options.h | 2 +- src/anyrtpproxy/portWindow.cpp | 2 +- src/anyrtpproxy/portWindow.h | 2 +- src/anyrtpproxy/rtpSession.cpp | 2 +- src/anyrtpproxy/rtpSession.h | 2 +- src/anyrtpproxy/rtpSessionTable.cpp | 2 +- src/anyrtpproxy/rtpSessionTable.h | 2 +- src/anyrtpproxy/syncRtpCommand.cpp | 2 +- src/anyrtpproxy/syncRtpCommand.h | 2 +- src/anytun-config.cpp | 2 +- src/anytun-controld.cpp | 2 +- src/anytun-showtables.cpp | 2 +- src/anytun.cpp | 2 +- src/anytunError.cpp | 2 +- src/anytunError.h | 2 +- src/authAlgo.cpp | 2 +- src/authAlgo.h | 2 +- src/authAlgoFactory.cpp | 2 +- src/authAlgoFactory.h | 2 +- src/bsd/tunDevice.cpp | 2 +- src/buffer.cpp | 2 +- src/buffer.h | 2 +- src/cipher.cpp | 2 +- src/cipher.h | 2 +- src/cipherFactory.cpp | 2 +- src/cipherFactory.h | 2 +- src/configure | 2 +- src/connectionList.cpp | 2 +- src/connectionList.h | 2 +- src/connectionParam.cpp | 2 +- src/connectionParam.h | 2 +- src/cryptinit.hpp | 2 +- src/datatypes.h | 2 +- src/deviceConfig.hpp | 2 +- src/encryptedPacket.cpp | 2 +- src/encryptedPacket.h | 2 +- src/endian.h | 2 +- src/keyDerivation.cpp | 2 +- src/keyDerivation.h | 2 +- src/keyDerivationFactory.cpp | 2 +- src/keyDerivationFactory.h | 2 +- src/linux/tunDevice.cpp | 2 +- src/log.cpp | 2 +- src/log.h | 2 +- src/logTargets.cpp | 2 +- src/logTargets.h | 2 +- src/networkAddress.cpp | 2 +- src/networkAddress.h | 2 +- src/networkPrefix.cpp | 2 +- src/networkPrefix.h | 2 +- src/nullDaemon.cpp | 2 +- src/nullDaemon.h | 2 +- src/options.cpp | 2 +- src/options.h | 2 +- src/packetSource.cpp | 2 +- src/packetSource.h | 2 +- src/plainPacket.cpp | 2 +- src/plainPacket.h | 2 +- src/posix/posixDaemon.cpp | 2 +- src/posix/posixDaemon.h | 2 +- src/posix/signalHandler.hpp | 2 +- src/posix/sysExec.hpp | 2 +- src/resolver.cpp | 2 +- src/resolver.h | 2 +- src/routingTable.cpp | 2 +- src/routingTable.h | 2 +- src/routingTree.hpp | 2 +- src/routingTreeNode.cpp | 2 +- src/routingTreeNode.h | 2 +- src/seqWindow.cpp | 2 +- src/seqWindow.h | 2 +- src/signalController.cpp | 2 +- src/signalController.h | 2 +- src/syncBuffer.cpp | 2 +- src/syncBuffer.h | 2 +- src/syncClient.cpp | 2 +- src/syncClient.h | 2 +- src/syncCommand.cpp | 2 +- src/syncCommand.h | 2 +- src/syncConnectionCommand.cpp | 2 +- src/syncConnectionCommand.h | 2 +- src/syncOnConnect.hpp | 2 +- src/syncQueue.cpp | 2 +- src/syncQueue.h | 2 +- src/syncRouteCommand.cpp | 2 +- src/syncRouteCommand.h | 2 +- src/syncServer.cpp | 2 +- src/syncServer.h | 2 +- src/syncTcpConnection.cpp | 2 +- src/syncTcpConnection.h | 2 +- src/sysExec.cpp | 2 +- src/sysExec.h | 2 +- src/threadUtils.hpp | 2 +- src/tunDevice.h | 2 +- src/win32/registryKey.cpp | 2 +- src/win32/registryKey.h | 2 +- src/win32/signalHandler.hpp | 2 +- src/win32/signalServiceHandler.hpp | 2 +- src/win32/sysExec.hpp | 2 +- src/win32/tunDevice.cpp | 2 +- src/win32/winService.cpp | 2 +- src/win32/winService.h | 2 +- 112 files changed, 112 insertions(+), 112 deletions(-) (limited to 'src') 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. * -- cgit v1.2.3