Skip to content

Commit 6c5133c

Browse files
amqp10_dest_validation/2: tweak wording of a long comment
1 parent 0110742 commit 6c5133c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_shovel/src/rabbit_shovel_parameters.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ amqp10_dest_validation(_Def, User) ->
165165
{<<"dest-address">>, fun rabbit_parameter_validation:binary/2, mandatory},
166166
{<<"dest-add-forward-headers">>, fun rabbit_parameter_validation:boolean/2, optional},
167167
{<<"dest-add-timestamp-header">>, fun rabbit_parameter_validation:boolean/2, optional},
168-
%% The bare message should be inmutable in the AMQP network.
168+
%% The bare message should be immutable in the AMQP network.
169169
%% Before RabbitMQ 4.2, we allowed to set application properties, message
170170
%% annotations and any property. This is wrong.
171-
%% From 4.2, the only message modification allowed is the optional
171+
%% Starting with 4.2, the only message modification allowed is the optional
172172
%% addition of forward headers and shovelled timestamp inside message
173173
%% annotations.
174174
%% To avoid breaking existing deployments, the following configuration

0 commit comments

Comments
 (0)