From 61a68187672adb44ee9d0da1f0af9adc611fb950 Mon Sep 17 00:00:00 2001 From: Feng Date: Fri, 16 Oct 2015 14:19:20 +0800 Subject: [PATCH] fix spelling error --- rel/files/emqttd.config.development | 4 ++-- rel/files/emqttd.config.production | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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?