From 7130d74426408b103f29ccd1c5e2b7750327363b Mon Sep 17 00:00:00 2001 From: Robyn <95867399+R0BB13M@users.noreply.github.com> Date: Mon, 4 Apr 2022 00:57:22 +0100 Subject: [PATCH] Update cmdhfmfu.c corrected spelling of ultralight (from ultraligth) in the error message of hf mfu ndefread --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index b48cae3e8..306389f7e 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -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; }