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 <[email protected]>
AuthorDate: Mon Dec 19 04:30:25 2022 +0100
MINOR: [Docs] Fix a typo (#15021)
Authored-by: 0xflotus <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
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.