diff --git a/td/telegram/SecureManager.cpp b/td/telegram/SecureManager.cpp index 60dcf761..6a9e3966 100644 --- a/td/telegram/SecureManager.cpp +++ b/td/telegram/SecureManager.cpp @@ -929,7 +929,7 @@ void SecureManager::on_get_passport_authorization_form( auto authorization_form = r_authorization_form.move_as_ok(); LOG(INFO) << "Receive " << to_string(authorization_form); G()->td().get_actor_unsafe()->contacts_manager_->on_get_users(std::move(authorization_form->users_), - "on_get_passport_authoriation_form"); + "on_get_passport_authorization_form"); vector> required_types; std::map all_types; diff --git a/td/telegram/Td.cpp b/td/telegram/Td.cpp index 174a2bfc..e88f19e8 100644 --- a/td/telegram/Td.cpp +++ b/td/telegram/Td.cpp @@ -3598,7 +3598,7 @@ void Td::on_connection_state_changed(StateManager::State new_state) { } void Td::on_authorization_lost() { - LOG(WARNING) << "Lost authoriation"; + LOG(WARNING) << "Lost authorization"; send_closure(auth_manager_actor_, &AuthManager::on_authorization_lost); }