diff --git a/src/protocols/protos/google/protobuf/api.proto b/src/protocols/protos/google/protobuf/api.proto index 67c1ddbd9d3c8f701b397c62c5ee7d0bd3d8d493..4d2b22de39d1c1e2cf0842dc51e233d76af3d8ff 100644 --- a/src/protocols/protos/google/protobuf/api.proto +++ b/src/protocols/protos/google/protobuf/api.proto @@ -169,7 +169,7 @@ message Method { // The mixin construct implies that all methods in `AccessControl` are // also declared with same name and request/response types in // `Storage`. A documentation generator or annotation processor will -// see the effective `Storage.GetAcl` method after inherting +// see the effective `Storage.GetAcl` method after inheriting // documentation and annotations as follows: // // service Storage {