From 61da191feff9d646560d15d419d61acee8ab99dc Mon Sep 17 00:00:00 2001 From: agessaman Date: Fri, 7 Aug 2026 14:38:43 -0700 Subject: [PATCH] fix(config): correct typo in comment regarding max_response_hops --- config.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ini.example b/config.ini.example index 082e124..64caa2f 100644 --- a/config.ini.example +++ b/config.ini.example @@ -277,7 +277,7 @@ respond_to_dms = true # Maximum number of hops on an incoming message, any higher and it will be ignored. # Messages received with a high number of hops are rarely intended for the local -# mesh and are not likely to get recieve a response. +# mesh and are not likely to receive a response. # Code default when omitted: 64. This example uses 7 for a tighter local mesh. max_response_hops = 7