Skip to content

Commit d28d136

Browse files
committed
typo
1 parent cfb3173 commit d28d136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function createProject() {
4242
process.chdir(kDawnPath);
4343
fs.copyFileSync('scripts/standalone-with-node.gclient', '.gclient');
4444
await execute('gclient', ['metrics', '--opt-out']);
45-
// add -D only if gclieny sync was run before.
45+
// add -D only if gclient sync was run before.
4646
await execute('gclient', ['sync', ...addElemIf(exists('.gclient_entries'), '-D')]);
4747
if (exists(kBuildPath)) {
4848
fs.rmSync(kBuildPath, {recursive: true});

third_party/depot_tools

Submodule depot_tools updated from 6b62257 to 4e58caf

0 commit comments

Comments
 (0)