Procházet zdrojové kódy

chore: fix some typos (#33833)

* fix spelling of "retrieved"
* fix spelling of "should"
* fix spelling of "comparisons"
Kevin Heavey před 2 roky
rodič
revize
20535ea48e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      interface/src/instruction.rs

+ 1 - 1
interface/src/instruction.rs

@@ -1461,7 +1461,7 @@ pub fn create_nonce_account(
 ///
 /// When constructing a transaction that includes an `AdvanceNonceInstruction`
 /// the [`recent_blockhash`] must be treated differently — instead of
-/// setting it to a recent blockhash, the value of the nonce must be retreived
+/// setting it to a recent blockhash, the value of the nonce must be retrieved
 /// and deserialized from the nonce account, and that value specified as the
 /// "recent blockhash". A nonce account can be deserialized with the
 /// [`solana_rpc_client_nonce_utils::data_from_account`][dfa] function.