mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
Update cmdhfmfu.c
corrected spelling of ultralight (from ultraligth) in the error message of hf mfu ndefread
This commit is contained in:
parent
5003e79214
commit
7130d74426
1 changed files with 1 additions and 1 deletions
|
@ -4011,7 +4011,7 @@ int CmdHF14MfuNDEFRead(const char *Cmd) {
|
|||
// Get tag type
|
||||
TagTypeUL_t tagtype = GetHF14AMfU_Type();
|
||||
if (tagtype == UL_ERROR) {
|
||||
PrintAndLogEx(WARNING, "No Ultraligth / NTAG based tag found");
|
||||
PrintAndLogEx(WARNING, "No Ultralight / NTAG based tag found");
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue