summaryrefslogtreecommitdiff
path: root/wireshark-lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-06-21 11:49:15 +0000
committerChristian Pointner <equinox@anytun.org>2014-06-21 11:49:15 +0000
commit9ab43878c48c7f9469cf8f575c55551f676d741f (patch)
tree69756007abb13b01b862c5fddca8974314595b9e /wireshark-lua
parentfixed build install (diff)
removed outdated openwrt package
fixed typo in license header
Diffstat (limited to 'wireshark-lua')
-rw-r--r--wireshark-lua/satp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-lua/satp.lua b/wireshark-lua/satp.lua
index 20ece82..433da72 100644
--- a/wireshark-lua/satp.lua
+++ b/wireshark-lua/satp.lua
@@ -5,7 +5,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.
--