Commit 4c718426 authored by Tim Zheng's avatar Tim Zheng Committed by Commit Bot

Correct a typo.

Bug: 824549
Change-Id: Ifd8d5c83b2c62d4cdf60cc8f0345f5a736e49a66
Reviewed-on: https://chromium-review.googlesource.com/1067681Reviewed-by: default avatarTimothy Loh <timloh@chromium.org>
Commit-Queue: Tim Zheng <timzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561350}
parent 2d4e6492
......@@ -51,7 +51,7 @@ void MaybeLaunchTerminal(Profile* profile,
}
}
void MaybeLaunchContainerAppplication(
void MaybeLaunchContainerApplication(
Profile* profile,
std::unique_ptr<crostini::CrostiniRegistryService::Registration>
registration,
......@@ -117,7 +117,7 @@ void LaunchCrostiniApp(Profile* profile, const std::string& app_id) {
RecordAppLaunchHistogram(CrostiniAppLaunchAppType::kRegisteredApp);
crostini_manager->RestartCrostini(
profile, registration->vm_name, registration->container_name,
base::BindOnce(&MaybeLaunchContainerAppplication, profile,
base::BindOnce(&MaybeLaunchContainerApplication, profile,
std::move(registration)));
registry_service->AppLaunched(app_id);
}
......
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