From f6cb50ed93d889a9ee694e6c5d8224b1aa4bec1d Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 26 Apr 2024 02:35:00 +0300 Subject: [PATCH] Fix article spelling. --- td/generate/scheme/td_api.tl | 2 +- td/telegram/AuthManager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index a8de8b14f..61e797d97 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -87,7 +87,7 @@ emailAddressAuthenticationAppleId token:string = EmailAddressAuthentication; emailAddressAuthenticationGoogleId token:string = EmailAddressAuthentication; -//@class EmailAddressResetState @description Describes reset state of a email address +//@class EmailAddressResetState @description Describes reset state of an email address //@description Email address can be reset after the given period. Call resetAuthenticationEmailAddress to reset it and allow the user to authorize with a code sent to the user's phone number //@wait_period Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium diff --git a/td/telegram/AuthManager.cpp b/td/telegram/AuthManager.cpp index 1ee1a848d..0b3c857d7 100644 --- a/td/telegram/AuthManager.cpp +++ b/td/telegram/AuthManager.cpp @@ -1143,7 +1143,7 @@ void AuthManager::on_account_banned() const { return; } LOG(ERROR) << "Your account was banned for suspicious activity. If you think that this is a mistake, please try to " - "log in from an official mobile app and send a email to recover the account by following instructions " + "log in from an official mobile app and send an email to recover the account by following instructions " "provided by the app"; }