diff --git a/salt/utils/network.py b/salt/utils/network.py index 69384819d3bf..b841ee943c67 100644 --- a/salt/utils/network.py +++ b/salt/utils/network.py @@ -1431,7 +1431,7 @@ def _ip_addrs( interface=None, include_loopback=False, interface_data=None, proto="inet" ): """ - Return the full list of IP adresses matching the criteria + Return the full list of IP addresses matching the criteria proto = inet|inet6 """