From: Jo-Philipp Wich Date: Sun, 8 Feb 2009 00:50:25 +0000 (+0000) Subject: libs/sys/iptparser: remove typo, bump copyright year X-Git-Tag: 0.9.0~685 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=e3c8b9a10b383138ba1a5ed7bea51fd3694f596d libs/sys/iptparser: remove typo, bump copyright year --- diff --git a/libs/sys/luasrc/sys/iptparser.lua b/libs/sys/luasrc/sys/iptparser.lua index a1d0515af5..c11fb5d564 100644 --- a/libs/sys/luasrc/sys/iptparser.lua +++ b/libs/sys/luasrc/sys/iptparser.lua @@ -1,8 +1,8 @@ --[[ Iptables parser and query library -(c) 2008 Jo-Philipp Wich -(c) 2008 Steven Barth +(c) 2008-2009 Jo-Philipp Wich +(c) 2008-2009 Steven Barth Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -216,7 +216,7 @@ function IptParser._parse_rules( self ) else if rule:find("%d") == 1 then - local rule_partmays = luci.util.split( rule, "%s+", nil, true ) + local rule_parts = luci.util.split( rule, "%s+", nil, true ) local rule_details = { } rule_details["table"] = tbl