From 8bd3ee9b7bdb8ca8758bb6e74264d84cb083d53d Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 1 Aug 2022 16:02:12 -0700 Subject: [PATCH] contributing: fix "uploaad" typo BUG=None TEST=None Change-Id: I9a219c39409b7474dbce89ac422ab6d7c3846432 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3798977 Reviewed-by: Dennis Kempin Tested-by: Daniel Verkamp Commit-Queue: Daniel Verkamp --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50393be69e..2a6a1a4e7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ and upload them: ```bash git commit -./tools/cl uploaad +./tools/cl upload ``` If you need to revise your change, you can amend the existing commit and upload again: