diff --git a/internal/prompt/prompt.go b/internal/prompt/prompt.go index 90864d5c9..69d2ad2fd 100644 --- a/internal/prompt/prompt.go +++ b/internal/prompt/prompt.go @@ -257,7 +257,7 @@ func PublicPass(reader *bufio.Reader, privPass []byte, // Seed prompts the user whether they want to use an existing wallet generation // seed. When the user answers no, a seed will be generated and displayed to // the user along with prompting them for confirmation. When the user answers -// yes, a the user is prompted for it. All prompts are repeated until the user +// yes, the user is prompted for it. All prompts are repeated until the user // enters a valid response. The bool returned indicates if the wallet was // restored from a given seed or not. func Seed(reader *bufio.Reader) (seed []byte, imported bool, err error) { diff --git a/internal/rpchelp/helpdescs_en_US.go b/internal/rpchelp/helpdescs_en_US.go index 346a736e8..bee88f6ec 100644 --- a/internal/rpchelp/helpdescs_en_US.go +++ b/internal/rpchelp/helpdescs_en_US.go @@ -709,7 +709,7 @@ var helpDescsEnUS = map[string]string{ "redeemmultisigoutresult-hex": "Resulting hash.", // RedeemMultiSigouts help. - "redeemmultisigouts--synopsis": "Takes a hash, looks up all unspent outpoints and generates list artially signed transactions spending to either an address specified or internal addresses", + "redeemmultisigouts--synopsis": "Takes a hash, looks up all unspent outpoints and generates list of partially signed transactions spending to either an address specified or internal addresses" "redeemmultisigouts-number": "Number of outpoints found.", "redeemmultisigouts-toaddress": "Address to look for (if not internal addresses).", "redeemmultisigouts-fromscraddress": "Input script hash address.",