From 0aea2f696fab81ea539f4288fa1aa439eea00dca Mon Sep 17 00:00:00 2001 From: arya rizky Date: Tue, 19 May 2026 20:20:01 +0700 Subject: [PATCH] fix: correct typo 'adresses' to 'addresses' in network.py docstring --- salt/utils/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """