mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fix typos
Thanks to Debian lintian for the reports: I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 formated formatted I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 succesfully successfully I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Skiped Skipped I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 standart standard I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 supress suppress I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 successfull successful I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Succeded Succeeded I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Overriden Overridden I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 aquire acquire I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 occured occurred I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 delimeter delimiter
This commit is contained in:
parent
c3bdf3e70f
commit
a1852eaa4b
30 changed files with 73 additions and 73 deletions
|
@ -139,8 +139,8 @@ void EPA_Finish() {
|
|||
//-----------------------------------------------------------------------------
|
||||
// Parses DER encoded data, e.g. from EF.CardAccess and fills out the given
|
||||
// structs. If a pointer is 0, it is ignored.
|
||||
// The function returns 0 on success and if an error occured, it returns the
|
||||
// offset where it occured.
|
||||
// The function returns 0 on success and if an error occurred, it returns the
|
||||
// offset where it occurred.
|
||||
//
|
||||
// TODO: This function can access memory outside of the given data if the DER
|
||||
// encoding is broken
|
||||
|
@ -274,7 +274,7 @@ void EPA_PACE_Collect_Nonce(PacketCommandNG *c) {
|
|||
* ack layout:
|
||||
* arg:
|
||||
* 1. element
|
||||
* step where the error occured or 0 if no error occured
|
||||
* step where the error occurred or 0 if no error occurred
|
||||
* 2. element
|
||||
* return code of the last executed function
|
||||
* d:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue