From b19c505fb8f4e0b860a964bebf1c06c53663220d Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 23 May 2020 09:10:50 +0200 Subject: [PATCH] fix typos --- README.md | 2 +- extract_otp_secret_keys.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77060da..543bcaf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Extract TOTP/HOTP secret keys from Google Authenticator -Extract two-factor autentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app +Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app ## Usage diff --git a/extract_otp_secret_keys.py b/extract_otp_secret_keys.py index d66d33f..5df1e93 100644 --- a/extract_otp_secret_keys.py +++ b/extract_otp_secret_keys.py @@ -1,4 +1,4 @@ -# Extract two-factor autentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app +# Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app # # Usage: # 1. Export the QR codes from "Google Authenticator" app