From e653f75f67809473d1d5a3c0de408123058891f8 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Sun, 9 Jul 2023 14:58:02 +0200 Subject: [PATCH] man: Fix typo-in-manual-page noticable noticeable This was reported by debian lintian checker Forwarded: https://github.com/eclipse/mosquitto/pull/2846#Open Signed-off-by: Philippe Coval --- man/mosquitto_ctrl.1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mosquitto_ctrl.1.xml b/man/mosquitto_ctrl.1.xml index 053a0bce..a96d8143 100644 --- a/man/mosquitto_ctrl.1.xml +++ b/man/mosquitto_ctrl.1.xml @@ -319,7 +319,7 @@ Disable Nagle's algorithm for the socket. This means that latency of sent messages is reduced, which is - particularly noticable for small, reasonably infrequent + particularly noticeable for small, reasonably infrequent messages. Using this option may result in more packets being sent than would normally be necessary.