diff options
author | Manos Pitsidianakis <manos.pitsidianakis@linaro.org> | 2024-04-22 15:41:28 +0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-04-25 15:15:25 +0200 |
commit | b1f8536c943dd1d0ffea081d79001ee124157f97 (patch) | |
tree | b83766d6846a20579f14908574077021f8d43b83 /docs | |
parent | 9a72bea6828ef3f9c957fde1a390a81d66b38cec (diff) |
docs/devel: fix minor typo in submitting-a-patch.rst
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/submitting-a-patch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |