From 9d5c8962ddeffaa5a47bd4eb2ffe32554591f0d1 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 27 Feb 2015 14:55:25 +0000 Subject: [PATCH] Fix error message in ipOps.fromdword --- nselib/ipOps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/ipOps.lua b/nselib/ipOps.lua index 23d25311e..b5ed44268 100644 --- a/nselib/ipOps.lua +++ b/nselib/ipOps.lua @@ -160,7 +160,7 @@ end --@return The string representing the address. fromdword = function( ip ) if type( ip ) ~= "number" then - stdnse.debug1("Error in ipOps.todword: Expected IPv4 address.") + stdnse.debug1("Error in ipOps.fromdword: Expected 32-bit number.") return nil end