Skip to content

Commit

Permalink
Merge pull request #156 from keepkey/fix-typo
Browse files Browse the repository at this point in the history
Fix typo: Reovery -> Recovery
  • Loading branch information
keepkeyjon authored Jul 11, 2019
2 parents bc70e02 + 1bad6a2 commit 064516d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/firmware/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void recovery_init(uint32_t _word_count, bool passphrase_protection,
}

if (!confirm(ButtonRequestType_ButtonRequest_Other,
dry_run ? "Reovery Dry Run" : "Recovery",
dry_run ? "Recovery Dry Run" : "Recovery",
"When entering your recovery seed, enter the words in the order "
"that the device asks for them, not in the 'normal' order.")) {
fsm_sendFailure(FailureType_Failure_ActionCancelled, "Recovery cancelled");
Expand Down
2 changes: 1 addition & 1 deletion lib/firmware/recovery_cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void recovery_cipher_init(bool passphrase_protection, bool pin_protection,
}

if (!confirm(ButtonRequestType_ButtonRequest_Other,
dry_run ? "Reovery Dry Run" : "Recovery",
dry_run ? "Recovery Dry Run" : "Recovery",
"When entering your recovery seed, use the substitution cipher "
"and check that each word shows up correctly on the screen.")) {
fsm_sendFailure(FailureType_Failure_ActionCancelled, "Recovery cancelled");
Expand Down

0 comments on commit 064516d

Please sign in to comment.