From f8459780c6cd7e2d4c2bcce969d74a6d29aac5ff Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 23 May 2020 09:31:59 +0200 Subject: [PATCH] fix typo --- extract_otp_secret_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_otp_secret_keys.py b/extract_otp_secret_keys.py index 5df1e93..1f42665 100644 --- a/extract_otp_secret_keys.py +++ b/extract_otp_secret_keys.py @@ -19,7 +19,7 @@ # The export QR code of "Google Authenticator" contains the URL "otpauth-migration://offline?data=...". # The data parameter is a base64 encoded proto3 message (Google Protocol Buffers). # -# Command for regeneration of Python code from proto3 message definition file (only necessary in case of changes of the proto3 message defintion): +# Command for regeneration of Python code from proto3 message definition file (only necessary in case of changes of the proto3 message definition): # protoc --python_out=generated_python google_auth.proto # # References: