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