Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 742324f

Browse files
committed
Fix
1 parent da79656 commit 742324f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/engine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ void Engine::SetAccessibilityFeatures(int32_t flags) {
433433

434434
bool Engine::ImplicitViewEnabled() {
435435
// TODO(loicsharma): This value should be provided by the embedder
436-
// when it launched the engine. For now, assume the embedder always creates a
436+
// when it launches the engine. For now, assume the embedder always creates a
437437
// view.
438438
return true;
439439
}

0 commit comments

Comments
 (0)