[PATCH] docs/devel: fix minor typo in submitting-a-patch.rst

Manos Pitsidianakis posted 1 patch 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240422124128.4034482-1-manos.pitsidianakis@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
docs/devel/submitting-a-patch.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs/devel: fix minor typo in submitting-a-patch.rst
Posted by Manos Pitsidianakis 1 week, 5 days ago
s/Resolved:/Resolves:/

Cc: qemu-trivial@nongnu.org
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
 docs/devel/submitting-a-patch.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/devel/submitting-a-patch.rst b/docs/devel/submitting-a-patch.rst
index c641d948f1..83e9092b8c 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: <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.

base-commit: 62dbe54c24dbf77051bafe1039c31ddc8f37602d
-- 
γαῖα πυρί μιχθήτω


Re: [PATCH] docs/devel: fix minor typo in submitting-a-patch.rst
Posted by Peter Maydell 1 week, 5 days ago
On Mon, 22 Apr 2024 at 13:43, Manos Pitsidianakis
<manos.pitsidianakis@linaro.org> wrote:
>
> s/Resolved:/Resolves:/
>
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> ---
>  docs/devel/submitting-a-patch.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/devel/submitting-a-patch.rst b/docs/devel/submitting-a-patch.rst
> index c641d948f1..83e9092b8c 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: <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.
>
> base-commit: 62dbe54c24dbf77051bafe1039c31ddc8f37602d
> --

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM