Merge pull request #5727 from rex4539/typos

Fix typos
This commit is contained in:
Kris Nuttycombe 2022-03-26 08:54:10 -06:00 committed by GitHub
commit 71bfbfa28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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.
*

View File

@ -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

View File

@ -4769,7 +4769,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 value 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 value pools, revealing the amount\n"
" that crosses pools.\n"