From 234867d270d4fca59465f4b64b6bb93b5fe9b1f6 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 22 Mar 2022 22:59:04 +0200 Subject: [PATCH] Fix typos --- src/rust/include/rust/orchard/wallet.h | 2 +- src/rust/src/wallet.rs | 2 +- src/wallet/rpcwallet.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/include/rust/orchard/wallet.h b/src/rust/include/rust/orchard/wallet.h index 2c58b9206..a6425df4f 100644 --- a/src/rust/include/rust/orchard/wallet.h +++ b/src/rust/include/rust/orchard/wallet.h @@ -294,7 +294,7 @@ typedef void (*push_spend_t)(void* callbackReceiver, const RawOrchardActionSpend typedef void (*push_output_t)(void* callbackReceiver, const RawOrchardActionOutput data); /** - * Trial-decrypts the specfied Orchard bundle, and uses the provided callbacks to pass + * Trial-decrypts the specified Orchard bundle, and uses the provided callbacks to pass * `RawOrchardActionSpend` and `RawOrchardActionOutput` values (corresponding to the * actions of that bundle) to the provided result receiver. * diff --git a/src/rust/src/wallet.rs b/src/rust/src/wallet.rs index 6d4670f47..d4bfd0408 100644 --- a/src/rust/src/wallet.rs +++ b/src/rust/src/wallet.rs @@ -179,7 +179,7 @@ pub enum BundleLoadError { /// the provided IVK. ActionDecryptionFailed(usize), /// The wallet did not contain the full viewing key corresponding - /// to the incoming viewing key that successfullly decrypted a + /// to the incoming viewing key that successfully decrypted a /// note. FvkNotFound(IncomingViewingKey), /// An action index identified as potentially spending one of our diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 86f84521d..ff6b0deaa 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4755,7 +4755,7 @@ UniValue z_sendmany(const UniValue& params, bool fHelp) "5. privacyPolicy (string, optional, default=\"LegacyCompat\") Policy for what information leakage is acceptable.\n" " One of the following strings:\n" " - \"FullPrivacy\": Only allow fully-shielded transactions (involving a single shielded pool).\n" - " - \"LegacyCompat\": If the transaction involves any Unified Addressess, this is equivalent to\n" + " - \"LegacyCompat\": If the transaction involves any Unified Addresses, this is equivalent to\n" " \"FullPrivacy\". Otherwise, this is equivalent to \"AllowFullyTransparent\".\n" " - \"AllowRevealedAmounts\": Allow funds to cross between shielded pools, revealing the amount\n" " that crosses pools.\n"