summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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