From e51f1ec6b72b378020af63c8339aacb3a7f5b196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bordalo?= Date: Wed, 11 Dec 2024 11:18:06 +0000 Subject: [PATCH] fix typo: regitered => registered --- api-spec/protobuf/gen/go/ocean/v1/notification.pb.go | 2 +- api-spec/protobuf/ocean/v1/notification.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go b/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go index cf5cfb4..cdb5e54 100644 --- a/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go +++ b/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go @@ -680,7 +680,7 @@ type ListWebhooksResponse struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // The list of info about the webhooks regitered for an action. + // The list of info about the webhooks registered for an action. WebhookInfo []*WebhookInfo `protobuf:"bytes,1,rep,name=webhook_info,json=webhookInfo,proto3" json:"webhook_info,omitempty"` } diff --git a/api-spec/protobuf/ocean/v1/notification.proto b/api-spec/protobuf/ocean/v1/notification.proto index c923bcf..c0fa228 100644 --- a/api-spec/protobuf/ocean/v1/notification.proto +++ b/api-spec/protobuf/ocean/v1/notification.proto @@ -104,7 +104,7 @@ message ListWebhooksRequest { WebhookEventType event_type = 1; } message ListWebhooksResponse { - // The list of info about the webhooks regitered for an action. + // The list of info about the webhooks registered for an action. repeated WebhookInfo webhook_info = 1; } message WebhookInfo {