From 051030374aad5c3320263647cf125867102b9eee Mon Sep 17 00:00:00 2001 From: Tomasz Waszczyk Date: Thu, 29 Apr 2021 22:22:29 +0200 Subject: [PATCH] Add backbone configuration of cargo-spellcheck (#924) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(config): add backbone configuration of cargo-spellcheck * feat(config): try to narrow a source code to analysis * feat(config): try to narrow a source code to analysis via find command * Update .github/workflows/lint.yml ;-) Co-authored-by: Hernando Castano * Update .github/workflows/lint.yml Co-authored-by: Hernando Castano * Use bash. * Fix spelling. Co-authored-by: Hernando Castano Co-authored-by: Tomasz Drwięga --- bridges/modules/currency-exchange/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/modules/currency-exchange/src/lib.rs b/bridges/modules/currency-exchange/src/lib.rs index 542082f85a..9a8af5ba50 100644 --- a/bridges/modules/currency-exchange/src/lib.rs +++ b/bridges/modules/currency-exchange/src/lib.rs @@ -70,7 +70,7 @@ decl_error! { InvalidRecipient, /// Cannot map from peer recipient to this blockchain recipient. FailedToMapRecipients, - /// Failed to convert from peer blockchain currency to this blockhain currency. + /// Failed to convert from peer blockchain currency to this blockchain currency. FailedToConvertCurrency, /// Deposit has failed. DepositFailed,