spelling: s/is/to/

This commit is contained in:
Eric Severance 2025-01-08 13:18:43 -08:00
parent 47871c6878
commit 08c82b53b7
No known key found for this signature in database
GPG Key ID: F19AABB5E1EA1B5F

View File

@ -31,7 +31,7 @@ More background on these commands can be found in the
## router_fuzzer.cpp ## router_fuzzer.cpp
This fuzzer submits MeshPacket protos to the `Router::enqueueReceivedMessage` method. It takes the binary This fuzzer submits MeshPacket protos to the `Router::enqueueReceivedMessage` method. It takes the binary
data from the fuzzer and decodes that data is a MeshPacket using nanopb. A few fields in data from the fuzzer and decodes that data to a MeshPacket using nanopb. A few fields in
the MeshPacket are modified by the fuzzer. the MeshPacket are modified by the fuzzer.
- If the `to` field is 0, it will be replaced with the NodeID of the running node. - If the `to` field is 0, it will be replaced with the NodeID of the running node.