From: Manos Pitsidianakis Date: Mon, 22 Apr 2024 12:41:28 +0000 (+0300) Subject: docs/devel: fix minor typo in submitting-a-patch.rst X-Git-Tag: v9.1.0-rc0~137^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1f8536c943dd1d0ffea081d79001ee124157f97;p=thirdparty%2Fqemu.git docs/devel: fix minor typo in submitting-a-patch.rst s/Resolved:/Resolves:/ Signed-off-by: Manos Pitsidianakis Message-ID: <20240422124128.4034482-1-manos.pitsidianakis@linaro.org> Reviewed-by: Peter Maydell Signed-off-by: Thomas Huth --- diff --git a/docs/devel/submitting-a-patch.rst b/docs/devel/submitting-a-patch.rst index c641d948f16..83e9092b8c0 100644 --- a/docs/devel/submitting-a-patch.rst +++ b/docs/devel/submitting-a-patch.rst @@ -177,7 +177,7 @@ add an additional line with "Fixes: If your patch fixes a bug in the gitlab bug tracker, please add a line with "Resolves: " 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: " for reference here, too.