aap2/proto: Fix typo in a comment

See: picod3tn@7ed981d1 and discussion in !259

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
Felix Walter 2026-05-13 10:12:22 +02:00
parent e1bf32f15b
commit 64e56e099c

View file

@ -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;
}