summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-09-23 16:38:45 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-09-23 17:10:03 +0200
commitc593ff5fd0af4fe8c26ee54f057b283e78273e83 (patch)
treed79cd672e138d55024574b31921bfa6677a8da27
parent64ed24b2c5dd425341e9109784d6d4c52680e4e5 (diff)
ipc: Typo.
-rw-r--r--ipc/src/assuan/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/src/assuan/mod.rs b/ipc/src/assuan/mod.rs
index 4b9842c5..e17bac56 100644
--- a/ipc/src/assuan/mod.rs
+++ b/ipc/src/assuan/mod.rs
@@ -31,7 +31,7 @@ lalrpop_util::lalrpop_mod!(
/// A connection to an Assuan server.
///
/// Commands may be issued using [`Connection::send`]. Note that the
-/// command is sent lazily, i.e. it is only send if you poll for the
+/// command is sent lazily, i.e. it is only sent if you poll for the
/// responses.
///
/// [`Connection::send`]: #method.send