aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornametoolong <[email protected]>2020-02-10 19:21:32 +0800
committerGitHub <[email protected]>2020-02-10 19:21:32 +0800
commit383a40087b42b2b3d2f6ea9a846ad711cd58d9d8 (patch)
treeab70517a9d7f1a27c246ea28082eb87a46806cdb /doc
parent54bbefd48854087d5195db5bad316d025465679b (diff)
Fix spelling of `pigeon'
Diffstat (limited to 'doc')
-rw-r--r--doc/api_ref/tls.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_ref/tls.rst b/doc/api_ref/tls.rst
index 8569a89c1..76afa31e0 100644
--- a/doc/api_ref/tls.rst
+++ b/doc/api_ref/tls.rst
@@ -28,7 +28,7 @@ If the reader is familiar with OpenSSL's BIO layer, it might be analogous
to saying the only way of interacting with Botan's TLS is via a `BIO_mem` I/O
abstraction. This makes the library completely agnostic to how you
write your network layer, be it blocking sockets, libevent, asio, a
-message queue, lwIP on RTOS, some carrier pidgeons, etc.
+message queue, lwIP on RTOS, some carrier pigeons, etc.
Starting in 1.11.31, the application callbacks are encapsulated as the class
``TLS::Callbacks`` with the following members. The first four (``tls_emit_data``,