From 08c82b53b738cf8cd04a6ff8df3cb316c3b4822a Mon Sep 17 00:00:00 2001 From: Eric Severance Date: Wed, 8 Jan 2025 13:18:43 -0800 Subject: [PATCH] spelling: s/is/to/ --- .clusterfuzzlite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clusterfuzzlite/README.md b/.clusterfuzzlite/README.md index 6ca7ec0eb..f6e4089a3 100644 --- a/.clusterfuzzlite/README.md +++ b/.clusterfuzzlite/README.md @@ -31,7 +31,7 @@ More background on these commands can be found in the ## router_fuzzer.cpp 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. - If the `to` field is 0, it will be replaced with the NodeID of the running node.