From 93cc6f004fff4216c05d7a13ae8d7ad6d490dd93 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 9 Sep 2014 14:05:52 -0400 Subject: Fix some spelling & grammar. Change-Id: Iedeaa411caa0823922dd79c27897a2349d4e6907 Reviewed-on: https://code.wireshark.org/review/4054 Reviewed-by: Bill Meier --- epan/wslua/wslua_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/wslua') diff --git a/epan/wslua/wslua_proto.c b/epan/wslua/wslua_proto.c index 17a8e7a869..977492caf6 100644 --- a/epan/wslua/wslua_proto.c +++ b/epan/wslua/wslua_proto.c @@ -1898,7 +1898,7 @@ int Proto_register(lua_State* L) { /** * Query field abbr that is defined and bound to a Proto in lua. - * They are not registered untill the end of the initialization. + * They are not registered until the end of the initialization. */ int wslua_is_field_available(lua_State* L, const char* field_abbr) { lua_rawgeti(L, LUA_REGISTRYINDEX, protocols_table_ref); -- cgit v1.2.3