fix(config): correct typo in comment regarding max_response_hops

This commit is contained in:
agessaman
2026-08-07 14:38:43 -07:00
parent 1777805090
commit 61da191fef
+1 -1
View File
@@ -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