diff options
author | Christian Pointner <equinox@anytun.org> | 2014-06-21 11:41:09 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2014-06-21 11:41:09 +0000 |
commit | 1146b2b8e2530a634b7837200a7bddbd143c45c0 (patch) | |
tree | d2a12d898c04f09f24f30f5b421a802ed217c6aa /src/key_derivation.h | |
parent | fixed changelog (diff) |
fixed typo in description
Diffstat (limited to 'src/key_derivation.h')
-rw-r--r-- | src/key_derivation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_derivation.h b/src/key_derivation.h index 5268faf..19fd88b 100644 --- a/src/key_derivation.h +++ b/src/key_derivation.h @@ -10,7 +10,7 @@ * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel * mode and allows tunneling of every ETHER TYPE protocol (e.g. * ethernet, ip, arp ...). satp directly includes cryptography and - * message authentication based on the methodes used by SRTP. It is + * message authentication based on the methods used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. * |