fix more typos to silence the spellchecker CI

This commit is contained in:
Uwe
2022-02-21 13:20:06 +01:00
parent 8cbf141ae5
commit 0ead5a793b
4 changed files with 4 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ if HAVE_QTNETWORK:
proxy_string = pref.GetString("ProxyUrl", "")
# Add some error checking to the proxy setup, since for historical reasons they
# are indepdendent booleans, rather than an enumeration:
# are independent booleans, rather than an enumeration:
count = [noProxyCheck, systemProxyCheck, userProxyCheck].count(True)
if count != 1:
FreeCAD.Console.PrintWarning(