Skip to content

Commit 00ddf81

Browse files
Merge pull request #10837 from deterclosed/main
chore: fix some typos
2 parents 49ee9dd + 21f7da6 commit 00ddf81

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

deps/rabbit/src/rabbit_maintenance.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ transfer_leadership_of_metadata_store(TransferCandidates) ->
226226
end.
227227

228228
-spec transfer_leadership_of_classic_mirrored_queues([node()]) -> ok.
229-
%% This function is no longer used by maintanence mode. We retain it in case
229+
%% This function is no longer used by maintenance mode. We retain it in case
230230
%% classic mirrored queue leadership transfer would be reconsidered.
231231
%%
232232
%% With a lot of CMQs in a cluster, the transfer procedure can take prohibitively long

release-notes/3.11.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
3030

3131
#### Enhancements
3232

33-
* Key classic mirrored queue (a deprecated feature) settings now can be overriden with
33+
* Key classic mirrored queue (a deprecated feature) settings now can be overridden with
3434
operator policies.
3535

3636
Contributed by @SimonUnge (AWS).

release-notes/3.13.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See the [Upgrading guide](https://www.rabbitmq.com/upgrade.html) for documentati
4747
for release notes of other releases.
4848

4949
Note that since 3.12.0 requires **all feature flags** to be enabled before upgrading,
50-
there is no upgrade path from from 3.11.24 (or a later patch release) straight to 3.13.0.
50+
there is no upgrade path from 3.11.24 (or a later patch release) straight to 3.13.0.
5151

5252
### Required Feature Flags
5353

release-notes/3.6.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## RabbitMQ 3.6.4
22

3-
`3.6.4` is a maintanence release.
3+
`3.6.4` is a maintenance release.
44

55

66
### Server

release-notes/3.8.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ and [RabbitMQ community Slack](https://rabbitmq-slack.herokuapp.com/).
102102
* `rabbitmq-diagnostics check_if_node_is_quorum_critical` returned a false positive for a node [marked for maintenance](https://www.rabbitmq.com/upgrade.html#maintenance-mode).
103103
Given the refinement to the `rabbitmq-upgrade drain` command in [rabbitmq/rabbitmq-server#2474](https://github.com/rabbitmq/rabbitmq-server/issues/2474),
104104
`rabbitmq-diagnostics check_if_node_is_quorum_critical` now will unconditionally return a success
105-
if target node is under maintanence.
105+
if target node is under maintenance.
106106

107107
GitHub issue: [rabbitmq/rabbitmq-server#2469](https://github.com/rabbitmq/rabbitmq-server/issues/2469)
108108

release-notes/3.8.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Any questions about this release, upgrades or RabbitMQ in general are welcome on
120120
GitHub issue: [rabbitmq/rabbitmq-server#2222](https://github.com/rabbitmq/rabbitmq-server/issues/2222)
121121

122122
* Every cluster now features a persistent internal cluster ID that can be used by core features or plugins.
123-
Unlike the human-readable cluster name, the value cannot be overriden by the user.
123+
Unlike the human-readable cluster name, the value cannot be overridden by the user.
124124

125125
GitHub issue: [rabbitmq/rabbitmq-server#2226](https://github.com/rabbitmq/rabbitmq-server/pull/2226)
126126

release-notes/README-1.8.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enhancements
2626
now enforces the negotiated maximum frame size
2727
- AMQP 0.9.1 guidance on error constants is now followed more closely and
2828
0.9.1 error codes are produced in more situations
29-
- SSL compatiblity under R14A has been improved
29+
- SSL compatibility under R14A has been improved
3030

3131
java client
3232
-----------

release-notes/README-3.4.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ dependency change
218218
26095 drop support for Java 1.5
219219

220220
licencing change
221-
24543 make the Java client additionally avaliable under the ASL2
221+
24543 make the Java client additionally available under the ASL2
222222

223223

224224
.net client

0 commit comments

Comments
 (0)