From 64e56e099c52ca5790c2b1464abca0d145482da8 Mon Sep 17 00:00:00 2001 From: Felix Walter Date: Wed, 13 May 2026 10:12:22 +0200 Subject: [PATCH] aap2/proto: Fix typo in a comment See: picod3tn@7ed981d1 and discussion in !259 Signed-off-by: Felix Walter --- components/aap2/aap2.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aap2/aap2.proto b/components/aap2/aap2.proto index 768fe0c..0de4864 100644 --- a/components/aap2/aap2.proto +++ b/components/aap2/aap2.proto @@ -348,7 +348,7 @@ message Link { // NOTE: FUTURE EXTENSION: If more flags exist in LinkFlag. // repeated LinkFlag flags = 4; - // NOTE: FUTURE EXTENSION: Store the expected remaining volume transferrable + // NOTE: FUTURE EXTENSION: Store the expected remaining volume transferable // via the Link, to enable e.g. fragmentation. // uint64 remaining_volume_bytes = 5; }