[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 15/17] docs/devel: fix minor typo in submitting-a-patch.rst
|
From: |
Thomas Huth |
|
Subject: |
[PULL 15/17] docs/devel: fix minor typo in submitting-a-patch.rst |
|
Date: |
Wed, 24 Apr 2024 09:57:33 +0200 |
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
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 | 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.
--
2.44.0
- [PULL 10/17] tests/lcitool/libvirt-ci: Update to the latest master branch, (continued)
- [PULL 10/17] tests/lcitool/libvirt-ci: Update to the latest master branch, Thomas Huth, 2024/04/24
- [PULL 06/17] .travis.yml: Remove the unused UNRELIABLE environment variable, Thomas Huth, 2024/04/24
- [PULL 07/17] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/04/24
- [PULL 09/17] tests: Remove Ubuntu 20.04 container, Thomas Huth, 2024/04/24
- [PULL 11/17] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update, Thomas Huth, 2024/04/24
- [PULL 12/17] tests: Update our CI to use CentOS Stream 9 instead of 8, Thomas Huth, 2024/04/24
- [PULL 13/17] ci: move external build environment setups to CentOS Stream 9, Thomas Huth, 2024/04/24
- [PULL 14/17] hw/s390x: Include missing 'cpu.h' header, Thomas Huth, 2024/04/24
- [PULL 15/17] docs/devel: fix minor typo in submitting-a-patch.rst,
Thomas Huth <=
- [PULL 16/17] tests/unit: Remove debug statements in test-nested-aio-poll.c, Thomas Huth, 2024/04/24
- [PULL 17/17] target/s390x: Remove KVM stubs in cpu_models.h, Thomas Huth, 2024/04/24
- Re: [PULL 00/17] CI job updates, header cleanups and other misc patches, Richard Henderson, 2024/04/24