From 30340e13d11dd93b8fc1deff45cdf4e94074966a Mon Sep 17 00:00:00 2001 From: Robert Hambrock Date: Wed, 27 Apr 2022 12:11:06 +0200 Subject: [PATCH] typo --- src/negotiation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/negotiation.rs b/src/negotiation.rs index f4576124..19c63658 100644 --- a/src/negotiation.rs +++ b/src/negotiation.rs @@ -125,7 +125,7 @@ impl<'de> Deserialize<'de> for OfferId { /// An offer is created by a [`TradeRole::Maker`] before the start of his daemon, it references all /// the data needed to parametrize a trade and be validated from a [`TradeRole::Taker`] -/// perspective. The daemon start when the maker is ready to finalyze his offer, transforming the +/// perspective. The daemon start when the maker is ready to finalize his offer, transforming the /// offer into a [`PublicOffer`] which contains the data needed to a taker to connect to the /// maker's daemon. #[derive(Debug, Clone, Eq)]