diff --git a/src/lib.rs b/src/lib.rs
index c98a78d9837028d946b9336def755aa576244920..1c0c36df5a8559a806d3a1dfdc1846925395020f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -241,7 +241,7 @@ where
                 }
 
                 if let Err(e) =
-                    self.tx_step(tx_buf.expect("We've transmitting but there's no tx buf"))
+                    self.tx_step(tx_buf.expect("We're transmitting but there's no tx buf"))
                 {
                     // something went wrong. Go back to idle
                     self.state = InternalState::Idle;