]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
docs/devel: fix minor typo in submitting-a-patch.rst
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>
Mon, 22 Apr 2024 12:41:28 +0000 (15:41 +0300)
committerThomas Huth <thuth@redhat.com>
Thu, 25 Apr 2024 13:15:25 +0000 (15:15 +0200)
s/Resolved:/Resolves:/

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Message-ID: <20240422124128.4034482-1-manos.pitsidianakis@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/devel/submitting-a-patch.rst

index c641d948f160464c97e74eb8efac2d7b7a7e5d18..83e9092b8c03ecb9cc253819f6a7694254c6d374 100644 (file)
@@ -177,7 +177,7 @@ add an additional line with "Fixes: <at-least-12-digits-of-SHA-commit-id>
 
 If your patch fixes a bug in the gitlab bug tracker, please add a line
 with "Resolves: <URL-of-the-bug>" to the commit message, too. Gitlab can
-close bugs automatically once commits with the "Resolved:" keyword get
+close bugs automatically once commits with the "Resolves:" keyword get
 merged into the master branch of the project. And if your patch addresses
 a bug in another public bug tracker, you can also use a line with
 "Buglink: <URL-of-the-bug>" for reference here, too.