From 327ae80b11faf73f99dc479c02addbcac8d9ee9c Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Thu, 28 Sep 2023 03:09:57 +0000 Subject: [PATCH] Fix "from one message and other" - assembly_buffer This fixes the "other" wordo in "from one message and other" in assembly_buffer.rs. --- veilid-tools/src/assembly_buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-tools/src/assembly_buffer.rs b/veilid-tools/src/assembly_buffer.rs index 316f86b8..4139f58f 100644 --- a/veilid-tools/src/assembly_buffer.rs +++ b/veilid-tools/src/assembly_buffer.rs @@ -385,7 +385,7 @@ impl AssemblyBuffer { /// Split a message into packets and send them serially, ensuring /// that they are sent consecutively to a particular remote address, - /// never interleaving packets from one message and other to minimize reassembly problems + /// never interleaving packets from one message and another to minimize reassembly problems pub async fn split_message( &self, data: Vec,