Fix various typos (#16012)

Co-authored-by: Swastik Baranwal <swstkbaranwal@gmail.com>
NOKEYCHECK=True
GitOrigin-RevId: 1fd8b11e3baaa3f66eb93343373ec3959ba8a9e4
diff --git a/CHANGES b/CHANGES
index 271e3c2..1b366e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -684,7 +684,7 @@
 * Add debugpy to requirements
 * Fix uploading multiple files on remote driver (#7472) (#8734)
 * Correct docstring around find_element and find_elements. Fixes #8806
-* Add the ability to ignore local proxys that are available
+* Add the ability to ignore local proxies that are available
 * add script pinning to python bindings
 * Deprecate desired_capabilities property in favour of capabilities property
 * Update tests to use requirements file
diff --git a/docs/README.rst b/docs/README.rst
index 772956a..f62d50c 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -66,7 +66,7 @@
 
 First it is recommended that you read the main `CONTRIBUTING.md <https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md>`_.
 
-Some steps for contibuting to the Python documentation ...
+Some steps for contributing to the Python documentation ...
 
 - Check out changes locally using instructions above.
 - Try to resolve any warnings/errors.
diff --git a/selenium/webdriver/common/virtual_authenticator.py b/selenium/webdriver/common/virtual_authenticator.py
index 19b0ec6..b567a72 100644
--- a/selenium/webdriver/common/virtual_authenticator.py
+++ b/selenium/webdriver/common/virtual_authenticator.py
@@ -94,7 +94,7 @@
             - rp_id (str): Relying party identifier.
             - user_handle (bytes): userHandle associated to the credential. Must be Base64 encoded string. Can be None.
             - private_key (bytes): Base64 encoded PKCS#8 private key.
-            - sign_count (int): intital value for a signature counter.
+            - sign_count (int): initial value for a signature counter.
         """
         self._id = credential_id
         self._is_resident_credential = is_resident_credential
@@ -137,7 +137,7 @@
           - id (bytes): Unique base64 encoded string.
           - rp_id (str): Relying party identifier.
           - private_key (bytes): Base64 encoded PKCS
-          - sign_count (int): intital value for a signature counter.
+          - sign_count (int): initial value for a signature counter.
 
         :Returns:
           - Credential: A non-resident credential.
@@ -155,7 +155,7 @@
           - rp_id (str): Relying party identifier.
           - user_handle (bytes): userHandle associated to the credential. Must be Base64 encoded string.
           - private_key (bytes): Base64 encoded PKCS
-          - sign_count (int): intital value for a signature counter.
+          - sign_count (int): initial value for a signature counter.
 
         :returns:
           - Credential: A resident credential.
diff --git a/test/unit/selenium/webdriver/remote/remote_connection_tests.py b/test/unit/selenium/webdriver/remote/remote_connection_tests.py
index f0713b8..ed07ff3 100644
--- a/test/unit/selenium/webdriver/remote/remote_connection_tests.py
+++ b/test/unit/selenium/webdriver/remote/remote_connection_tests.py
@@ -277,7 +277,7 @@
         "*",
         ".localhost",
         "localhost:80",
-        "locahost",
+        "localhost",
         "LOCALHOST",
         "LOCALHOST:80",
         "http://localhost",