Merge pull request #1651 from R0BB13M/master

Update cmdhfmfu.c
This commit is contained in:
Iceman
2022-04-04 06:42:26 +02:00
committed by GitHub

View File

@@ -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;
}