mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
typos
This commit is contained in:
parent
34a695547c
commit
232843477c
37 changed files with 115 additions and 129 deletions
|
@ -225,7 +225,7 @@ local Utils =
|
|||
end,
|
||||
|
||||
-- input parameter is a string
|
||||
-- Swaps the endianess and returns a string,
|
||||
-- Swaps the endianness and returns a string,
|
||||
-- IE: 'cd7a' -> '7acd' -> 0x7acd
|
||||
SwapEndiannessStr = function(s, len)
|
||||
if s == nil then return nil end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue