diff --git a/rel/files/emqttd.config.development b/rel/files/emqttd.config.development index 9b8eedb2d..4989110f9 100644 --- a/rel/files/emqttd.config.development +++ b/rel/files/emqttd.config.development @@ -115,10 +115,10 @@ %% or inflight window is full. {max_length, 100}, - %% Low-water mark of queued messsages + %% Low-water mark of queued messages {low_watermark, 0.2}, - %% High-water mark of queued messsages + %% High-water mark of queued messages {high_watermark, 0.6}, %% Queue Qos0 messages? diff --git a/rel/files/emqttd.config.production b/rel/files/emqttd.config.production index 639630672..53b1ea3a0 100644 --- a/rel/files/emqttd.config.production +++ b/rel/files/emqttd.config.production @@ -107,10 +107,10 @@ %% or inflight window is full. {max_length, 100}, - %% Low-water mark of queued messsages + %% Low-water mark of queued messages {low_watermark, 0.2}, - %% High-water mark of queued messsages + %% High-water mark of queued messages {high_watermark, 0.6}, %% Queue Qos0 messages?