From 32c67b9c9690ea030d2d8cfefb8ecd92aa95b758 Mon Sep 17 00:00:00 2001 From: Sven Eulberg Date: Mon, 14 Apr 2025 12:36:28 +0200 Subject: [PATCH] fix: typos --- proxlb/utils/proxmox_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxlb/utils/proxmox_api.py b/proxlb/utils/proxmox_api.py index 0163168..cd3c517 100644 --- a/proxlb/utils/proxmox_api.py +++ b/proxlb/utils/proxmox_api.py @@ -296,7 +296,7 @@ class ProxmoxApi: logger.debug("Starting: test_api_proxmox_host_ipv6.") sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM) sock.settimeout(timeout) - logger.warning(f"Host {host} ran into a timout when connectoing on IPv6 for tcp/{port}.") + logger.warning(f"Host {host} ran into a timeout when connecting via IPv6 for tcp/{port}.") result = sock.connect_ex((host, port)) if result == 0: