Fix spelling (#1118)

* I'm just trying to do my job

* spelling
This commit is contained in:
Svyatoslav Nikolsky
2021-09-07 11:33:39 +03:00
committed by Bastian Köcher
parent d554639380
commit 6e3b083ab3
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ pub enum ReceivalResult {
Dispatched(MessageDispatchResult),
/// Message has invalid nonce and lane has rejected to accept this message.
InvalidNonce,
/// There are too many unrewarded relayer entires at the lane.
/// There are too many unrewarded relayer entries at the lane.
TooManyUnrewardedRelayers,
/// There are too many unconfirmed messages at the lane.
TooManyUnconfirmedMessages,