You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/12/19 03:30:32 UTC

[arrow] branch master updated: MINOR: [Docs] Fix a typo (#15021)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new dac3a00f87 MINOR: [Docs] Fix a typo (#15021)
dac3a00f87 is described below

commit dac3a00f87f0a63519ef4d96a3968e56fcfa3248
Author: 0xflotus <0x...@gmail.com>
AuthorDate: Mon Dec 19 04:30:25 2022 +0100

    MINOR: [Docs] Fix a typo (#15021)
    
    Authored-by: 0xflotus <0x...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 docs/source/format/Flight.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/format/Flight.rst b/docs/source/format/Flight.rst
index 5f67379b41..c7cfcea277 100644
--- a/docs/source/format/Flight.rst
+++ b/docs/source/format/Flight.rst
@@ -185,7 +185,7 @@ can customize for their needs.
   connection as stateful (a "login" pattern).
 
   .. warning:: Unless a token is validated on every call, this pattern
-               is not secure, especially in the presenence of a layer
+               is not secure, especially in the presence of a layer
                7 load balancer, as is common with gRPC, or if gRPC
                transparently reconnects the client.