diff --git a/doc/T5577_Guide.md b/doc/T5577_Guide.md index 6cc0a96b9..61d926b22 100644 --- a/doc/T5577_Guide.md +++ b/doc/T5577_Guide.md @@ -78,7 +78,7 @@ examples shown, it will be assumed you have run the detect command. ``` [usb] pm3 --> lf t55xx detect ``` -You should see a results simular to the following: +You should see a results similar to the following: ``` [=] Chip type......... T55x7 [=] Modulation........ ASK @@ -256,7 +256,7 @@ result: Practice reading and writing to blocks 1 to 6 until you are happy you can do it and get the results you wanted (i.e. the data you want stored is written to the block you want it stored in). I recommend staying -away from block 7 as this is where the password is stored, if uesed. +away from block 7 as this is where the password is stored, if used. If you forget this data/password, you wont be able to read or write to the card. @@ -465,7 +465,7 @@ required, please do not proceed. [!] Safety check: Could not detect if PWD bit is set in config block. Exits. ``` - Note that the proxmark3 did not read the block, the safty kicked in + Note that the proxmark3 did not read the block, the safety kicked in and wants us to confirm by supply the override option ‘-o’. Lets try again with the ‘-o’ option as we know the password is set. diff --git a/doc/jtag_notes.md b/doc/jtag_notes.md index 9029958e6..1e6369767 100644 --- a/doc/jtag_notes.md +++ b/doc/jtag_notes.md @@ -61,7 +61,7 @@ GND | 6 3.3 | 1 # Where to find more information? -There has been lots of articles and blogposts about recoving, debricking, JTAG your Proxmark3 and you find here below a sortiment of resources that will be of help. +There has been lots of articles and blogposts about recovering, debricking, JTAG your Proxmark3 and you find here below an assortiment of resources that will be of help. ## Third party notes on using a BusPirate diff --git a/doc/path_notes.md b/doc/path_notes.md index 76c3f7a1a..491f01cd0 100644 --- a/doc/path_notes.md +++ b/doc/path_notes.md @@ -65,7 +65,7 @@ Dictionaries used by the client will be copied to ``` Here you find the default dictionaries used for commands like `hf mf chk`, `hf mf fchk`, `lf t55xx chk` -A dictionary file is a text based file with one key per line in hexdecimal form. +A dictionary file is a text based file with one key per line in hexadecimal form. The length of the key is decided by the Proxmark3 client for the different commands. All chars afterwards on line is ignored. if key isn't a hex number, the key is ignored.