Fix misprints.

GitOrigin-RevId: 74637920537fd9a03a79e8cf783e51a1b910551c
This commit is contained in:
levlam 2019-03-24 22:05:06 +03:00
parent 7776513651
commit db927675bc
2 changed files with 2 additions and 2 deletions

View File

@ -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<vector<SuitableSecureValue>> required_types;
std::map<SecureValueType, SuitableSecureValue> all_types;

View File

@ -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);
}