summaryrefslogtreecommitdiff
path: root/plugins/lua/elua_tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lua/elua_tap.c')
-rw-r--r--plugins/lua/elua_tap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lua/elua_tap.c b/plugins/lua/elua_tap.c
index 451ec6867e..185661504d 100644
--- a/plugins/lua/elua_tap.c
+++ b/plugins/lua/elua_tap.c
@@ -272,7 +272,7 @@ static int Tap_newindex(lua_State* L) {
function tap.packet(pinfo,tvb,userdata) ... end
*/
/* ELUA_ATTRIBUTE Tap_draw WO A function that will be called once every few seconds to redraw the gui objects
- in twireshark this funtion is called oly at the very end of the capture file.
+ in tshark this funtion is called oly at the very end of the capture file.
function tap.draw(userdata) ... end
*/