From fcf28a2c3a21275ca767eb82700e94fc9f371d81 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:38:16 +0100 Subject: [PATCH] chore: fix spelling errors (#18919) Co-authored-by: github-merge-queue --- server/grpc/reflection/v2alpha1/reflection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/grpc/reflection/v2alpha1/reflection.go b/server/grpc/reflection/v2alpha1/reflection.go index 84511f3d9f..2e2fd1a45e 100644 --- a/server/grpc/reflection/v2alpha1/reflection.go +++ b/server/grpc/reflection/v2alpha1/reflection.go @@ -47,7 +47,7 @@ func (r reflectionServiceServer) GetCodecDescriptor(_ context.Context, _ *GetCod } func (r reflectionServiceServer) GetConfigurationDescriptor(_ context.Context, _ *GetConfigurationDescriptorRequest) (*GetConfigurationDescriptorResponse, error) { - return nil, errors.New("this endpoint has been depreacted, please see auth/Bech32Prefix for the data you are seeking") + return nil, errors.New("this endpoint has been deprecated, please see auth/Bech32Prefix for the data you are seeking") } func (r reflectionServiceServer) GetQueryServicesDescriptor(_ context.Context, _ *GetQueryServicesDescriptorRequest) (*GetQueryServicesDescriptorResponse, error) {