Commit 1cca03a5 authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS MultiDevice] Fix typo in AccountStatusChangeDelegateNotifierImpl.

Bug: 824568
Change-Id: I411f838c9082e1dff6f713dec8c99b5e420e3b7f
Reviewed-on: https://chromium-review.googlesource.com/1109315Reviewed-by: default avatarRyan Hansberry <hansberry@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569293}
parent eae93ca8
......@@ -154,7 +154,7 @@ void AccountStatusChangeDelegateNotifierImpl::CheckForMultiDeviceEvents() {
if (!delegate()) {
PA_LOG(INFO) << "AccountStatusChangeDelegateNotifierImpl::"
<< "CheckForMultiDeviceEvents(): Tried to check for potential "
<< "events, but no delegatd was set.";
<< "events, but no delegate was set.";
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment