aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 02:38:52 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 02:38:52 +0000
commita6e56df8b683bb696655c331f64f22abc8f36af4 (patch)
treeb21cee2fefd1e6c9a65348c355761bdd776459f3 /epan/wslua/init_wslua.c
parentb320eb3d971372d1293a5c072b2cb4b4e2300a0e (diff)
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47898
Diffstat (limited to 'epan/wslua/init_wslua.c')
-rw-r--r--epan/wslua/init_wslua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/init_wslua.c b/epan/wslua/init_wslua.c
index 2233aa0b05..37736340be 100644
--- a/epan/wslua/init_wslua.c
+++ b/epan/wslua/init_wslua.c
@@ -360,7 +360,7 @@ int wslua_init(register_cb cb, gpointer client_data) {
lua_newtable (L);
lua_dissectors_table_ref = luaL_ref(L, LUA_REGISTRYINDEX);
- /* set running_superuser variable to it's propper value */
+ /* set running_superuser variable to its proper value */
WSLUA_REG_GLOBAL_BOOL(L,"running_superuser",started_with_special_privs());
/* special constant used by PDU reassembly handling */