aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/template-init.lua
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-01-26 01:34:29 +0000
committerBill Meier <wmeier@newsguy.com>2007-01-26 01:34:29 +0000
commit09f508b57bd635c95723f7cf7facd4c7caeae9b3 (patch)
tree3ff0f2ee7e10c8835d32ae692f44f89a1683e78b /epan/wslua/template-init.lua
parent0ffcdf3be02544b8925b4780e0925dea2aca0552 (diff)
A few more ethereal --> wireshark
svn path=/trunk/; revision=20559
Diffstat (limited to 'epan/wslua/template-init.lua')
-rw-r--r--epan/wslua/template-init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/template-init.lua b/epan/wslua/template-init.lua
index 8128f01409..ad40451b7f 100644
--- a/epan/wslua/template-init.lua
+++ b/epan/wslua/template-init.lua
@@ -1,6 +1,6 @@
-- init.lua
--
--- initilaize ethereal's lua
+-- initialize wireshark's lua
--
-- This file is going to be executed before any other lua script.
-- It can be used to load libraries, disable functions and more.