From e68d70265934a24a7fab274cc4aa8692955050de Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 22 Jun 2023 09:08:41 +0900 Subject: [PATCH] Fix a typo --- format/Flight.proto | 2 +- go/arrow/flight/internal/flight/Flight.pb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/format/Flight.proto b/format/Flight.proto index f95f2361e0a32..518c564dbddf4 100644 --- a/format/Flight.proto +++ b/format/Flight.proto @@ -194,7 +194,7 @@ message Result { /* * The result of a cancel operation. * - * This is used by CancelFLightInfoResult.status. + * This is used by CancelFlightInfoResult.status. */ enum CancelStatus { // The cancellation status is unknown. Servers should avoid using diff --git a/go/arrow/flight/internal/flight/Flight.pb.go b/go/arrow/flight/internal/flight/Flight.pb.go index da27dd264daff..47ba1426e473e 100644 --- a/go/arrow/flight/internal/flight/Flight.pb.go +++ b/go/arrow/flight/internal/flight/Flight.pb.go @@ -41,7 +41,7 @@ const ( // The result of a cancel operation. // -// This is used by CancelFLightInfoResult.status. +// This is used by CancelFlightInfoResult.status. type CancelStatus int32 const (