spelling: excluding

This commit is contained in:
Josh Soref 2017-03-07 05:05:13 +00:00
parent 2ba3094ad7
commit 1861217869

View file

@ -11,7 +11,7 @@ local callback_utils = {}
-- ########################################################
-- Iterates available interfaces, exclusing PCAP interfaces.
-- Iterates available interfaces, excluding PCAP interfaces.
-- Each valid interface is select-ed and passed to the callback.
function callback_utils.foreachInterface(ifnames, verbose, callback)
for _,_ifname in pairs(ifnames) do