From ca375430016a0701af206fef1d01f9328b4a9817 Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Wed, 17 Jul 2024 12:24:34 +0900 Subject: [PATCH] CONTRIBUTING: Fix typo 'Cargo.lock' BUG=none TEST=CQ Change-Id: I2ad6e1a1dd3f5a1357e36def91e4f65077ada239 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5716088 Commit-Queue: Keiichi Watanabe Auto-Submit: Keiichi Watanabe Reviewed-by: Junichi Uekawa Commit-Queue: Junichi Uekawa --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 629c418d39..07f5175ce2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ If you run into issues with reviews, reach out to the team via **For Googlers**: see [go/crosvm-chat](https://goto.google.com/crosvm-chat). -#### Any change to Cargo.l.ock +#### Any change to Cargo.lock When adding a new crate from crates.io, additional review is required to ensure that the crate meets the crosvm project standards. This review is provided by the members of `OWNERS_COUNCIL`.