From c593ff5fd0af4fe8c26ee54f057b283e78273e83 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Wed, 23 Sep 2020 16:38:45 +0200 Subject: ipc: Typo. --- ipc/src/assuan/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3