nuageinit: Fix a typo in an error message

- s/outout/output/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2025-11-19 15:28:54 +01:00
parent 16d8aecdf5
commit 73a026d5e9
+1 -1
View File
@@ -64,7 +64,7 @@ local function get_ifaces_by_mac()
ns:close()
local res, err = parser:parse_string(netres)
if not res then
nuage.warn("Error parsing netstat -i --libxo json outout: " .. err)
nuage.warn("Error parsing netstat -i --libxo json output: " .. err)
return nil
end
local ifaces = parser:get_object()