Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Apr 15, 2021
1 parent 046f8f5 commit f631253
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions armsrc/Standalone/hf_14asniff.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
* 2. trace load trace.trc
* Loads trace data from a file into PC-side buffers.
*
* 3. For ISO14a: trace list 14a 1
* For MIFARE Classic: trace list mf 1
* 3. For ISO14a: trace list -t 14a -1
* For MIFARE Classic: trace list -t mf -1
*
* Lists trace data from buffer without requesting it from PM3.
*
Expand Down
2 changes: 1 addition & 1 deletion client/src/cmdhf15.c
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ static int CmdHF15Sniff(const char *Cmd) {
WaitForResponse(CMD_HF_ISO15693_SNIFF, &resp);

PrintAndLogEx(HINT, "Try `" _YELLOW_("hf 15 list") "` to view captured tracelog");
PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save h") "` to save tracelog for later analysing");
PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save -h") "` to save tracelog for later analysing");
return PM3_SUCCESS;
}

Expand Down
2 changes: 1 addition & 1 deletion client/src/cmdhffelica.c
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) {
iceman 2021,
Why does this command say it dumps a FeliCa lite card
and then tries to print a trace?!?
Is this a trace list or a feclia dump cmd?
Is this a trace list or a FeliCa dump cmd?
*/


Expand Down
4 changes: 2 additions & 2 deletions doc/magic_cards_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,9 @@ BCC1 Int LCK0 LCK1

UID is made of SN0..SN6 bytes

Computing BCC0 on UID 04112233445566: `analyse lcr 88041122` = `bf`
Computing BCC0 on UID 04112233445566: `analyse lcr -d 88041122` = `bf`

Computing BCC1 on UID 04112233445566: `analyse lcr 33445566` = `44`
Computing BCC1 on UID 04112233445566: `analyse lcr -d 33445566` = `44`

Int is internal, typically 0x48

Expand Down

0 comments on commit f631253

Please sign in to comment.