Skip to content

Commit 3cc9041

Browse files
committed
fixed typos
1 parent 69c076a commit 3cc9041

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-auth/google/auth/crypt/rsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
RSA cryptography signer and verifier.
1717
1818
This file provides a shared wrapper, that defers to _python_rsa or _cryptography_rsa
19-
for implmentations using different third party libraries
19+
for implementations using different third party libraries
2020
"""
2121

2222
from cryptography.hazmat.primitives.asymmetric.rsa import RSAPrivateKey

packages/google-auth/google/auth/transport/_mtls_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
b"-----BEGIN PASSPHRASE-----(.+)-----END PASSPHRASE-----", re.DOTALL
5151
)
5252

53-
# Temporary patch to accomodate incorrect cert config in Cloud Run prod environment.
53+
# Temporary patch to accommodate incorrect cert config in Cloud Run prod environment.
5454
_WELL_KNOWN_CLOUD_RUN_CERT_PATH = (
5555
"/var/run/secrets/workload-spiffe-credentials/certificates.pem"
5656
)

0 commit comments

Comments
 (0)