summaryrefslogtreecommitdiff
path: root/plugins/lua/elua_proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lua/elua_proto.c')
-rw-r--r--plugins/lua/elua_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lua/elua_proto.c b/plugins/lua/elua_proto.c
index 5a3c4bd6f8..d6d3a8decf 100644
--- a/plugins/lua/elua_proto.c
+++ b/plugins/lua/elua_proto.c
@@ -641,7 +641,7 @@ int ProtoField_register(lua_State* L) {
ELUA_CLASS_DEFINE(Proto,NOP)
/*
- A new protocol in ethereal. Protocols have more uses, the main one is to dissect
+ A new protocol in wireshark. Protocols have more uses, the main one is to dissect
a protocol. But they can be just dummies used to register preferences for
other purposes.
*/