Tethereal/tethereal -> TShark/tshark.
[metze/wireshark/wip.git] / plugins / lua / elua_tap.c
index 451ec6867e95bb5b7570689f8596ee4cd828c03b..185661504da04efbc9d88b39621cfab4c3480131 100644 (file)
@@ -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
        */