Skip to content

Commit 7698059

Browse files
Fix a bunch of typos
1 parent 5b29340 commit 7698059

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

blog/2025-04-15-rabbitmq-4.1.0-is-released/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for release notes of individual releases.
112112

113113
This release series supports upgrades from `4.0.x` and `3.13.x`.
114114

115-
[Blue/Green Deployment](https://www.rabbitmq.com/docs/blue-green-upgrade)-style upgrades are avaialble for migrations
115+
[Blue/Green Deployment](https://www.rabbitmq.com/docs/blue-green-upgrade)-style upgrades are available for migrations
116116
from RabbitMQ `3.12.x` series.
117117

118118
### New Required Feature Flags

docs/classic-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The RabbitMQ server is limited in the [number of file handles](./networking#open
175175
it can open. Every running network connection requires one file handle,
176176
and the rest are available for queues to use.
177177

178-
Classic queues version 2 do not try to accomodate for low numbers
178+
Classic queues version 2 do not try to accommodate for low numbers
179179
of file descriptors anymore like v1 used to do. They expect servers to
180180
have a large file descriptor limit configured and to always be able to open a
181181
new file handle when necessary. The index keeps up to 4 file

versioned_docs/version-3.13/classic-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ too few file handles might be doing hundreds of reopens per
219219
second - in which case its performance is likely to increase
220220
notably if given more file handles.
221221

222-
Version 2 does not try to accomodate for low numbers of file
222+
Version 2 does not try to accommodate for low numbers of file
223223
descriptors anymore. It expects servers to have a large file
224224
descriptor limit configured and to always be able to open a
225225
new file handle when necessary. The index keeps up to 4 file

versioned_docs/version-4.0/classic-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The RabbitMQ server is limited in the [number of file handles](./networking#open
175175
it can open. Every running network connection requires one file handle,
176176
and the rest are available for queues to use.
177177

178-
Classic queues version 2 do not try to accomodate for low numbers
178+
Classic queues version 2 do not try to accommodate for low numbers
179179
of file descriptors anymore like v1 used to do. They expect servers to
180180
have a large file descriptor limit configured and to always be able to open a
181181
new file handle when necessary. The index keeps up to 4 file

versioned_docs/version-4.1/classic-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The RabbitMQ server is limited in the [number of file handles](./networking#open
175175
it can open. Every running network connection requires one file handle,
176176
and the rest are available for queues to use.
177177

178-
Classic queues version 2 do not try to accomodate for low numbers
178+
Classic queues version 2 do not try to accommodate for low numbers
179179
of file descriptors anymore like v1 used to do. They expect servers to
180180
have a large file descriptor limit configured and to always be able to open a
181181
new file handle when necessary. The index keeps up to 4 file

0 commit comments

Comments
 (0)