From 543fdf32d15fe47a0beadc3f5a3e0d6218ad237c Mon Sep 17 00:00:00 2001 From: Edman Anjos Date: Mon, 27 Feb 2023 17:33:20 +0000 Subject: [PATCH] Fix typo in ninja.py: oterweise -> otherwise Bug: N/A Change-Id: I04e9a60ff2047ae8d77e2504505aef3cf22e6050 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4295213 Auto-Submit: Edman Anjos Commit-Queue: Josip Sokcevic Reviewed-by: Josip Sokcevic --- ninja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninja.py b/ninja.py index 77f9d63dc..91a0a1e42 100755 --- a/ninja.py +++ b/ninja.py @@ -41,7 +41,7 @@ def fallback(ninja_args): 'the current project, nor in your PATH.\n' 'Please take a following action to install Ninja.\n' '- If your project has DEPS, Add a CIPD Ninja dependency to DEPS.\n' - '- Oterweise, Add Ninja to your PATH *after* depot_tools.', + '- Otherwise, add Ninja to your PATH *after* depot_tools.', file=sys.stderr) return 1