Update cmdhfmfu.c

corrected spelling of ultralight (from ultraligth) in the error message of hf mfu ndefread
This commit is contained in:
Robyn 2022-04-04 00:57:22 +01:00 committed by GitHub
parent 5003e79214
commit 7130d74426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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