summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-09-24 02:34:59 +0400
committerGitHub <noreply@github.com>2022-09-24 02:34:59 +0400
commitdc6bdf60da9a04c2ce8a5927b74337036a9c9f06 (patch)
tree26eebd1abb6c1384e1927f1337508d82b5c338c2
parentf4cc8850341462f219d9ce19ffb46b16446753ae (diff)
downloadrabbitmq-server-git-dc6bdf60da9a04c2ce8a5927b74337036a9c9f06.tar.gz
Minor typos fix (#5865) (#5867)
(cherry picked from commit edcd366828f4fee77b5d931c225720bc212363a3) Co-authored-by: Johan Rhodin <johanrhodin@users.noreply.github.com>
-rw-r--r--release-notes/3.10.8.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/release-notes/3.10.8.md b/release-notes/3.10.8.md
index d93382635b..81b5f0ea15 100644
--- a/release-notes/3.10.8.md
+++ b/release-notes/3.10.8.md
@@ -68,11 +68,11 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Bug Fixes
* Reduced log noise from exceptions connections could run into when a client
- was closings it connection end concurrently with other activity.
+ was closing its connection end concurrently with other activity.
GitHub issue: [#5539](https://github.com/rabbitmq/rabbitmq-server/pull/5539)
- * `rabbitmq-env-conf.bat§ on Windows could fail to load when its path contained spaces.
+ * `rabbitmq-env-conf.bat` on Windows could fail to load when its path contained spaces.
GitHub issue: [#5542](https://github.com/rabbitmq/rabbitmq-server/pull/5542)