[NSE] (Global fix.) This fixes a spelling error.

This commit is contained in:
batrick 2010-08-10 16:32:48 +00:00
parent b35255c8e9
commit 7c7c30fc24

View file

@ -1449,7 +1449,7 @@ local read_auth_challenge = function(s, pos)
end
end
return pos, { scheme = scheme, param = param }
return pos, { scheme = scheme, params = params }
end
---