X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a60612db65bd92709d6807406c52453b0f931ee6..974ba9a205c5a46dfe213e3493794293ff502945:/winsrc/command.cpp diff --git a/winsrc/command.cpp b/winsrc/command.cpp index 43a8e2ac..62614242 100644 --- a/winsrc/command.cpp +++ b/winsrc/command.cpp @@ -1655,7 +1655,7 @@ static void Cmdmanchesterdemod(char *str) { } else if ((BitStream[bitidx2] == 1) && (BitStream[bitidx2+1] == 0)) { BitStream2[bitidx2/2] = 0; } else { - // We cannot end up in this stage, this means we are unsynchronized, + // We cannot end up in this state, this means we are unsynchronized, // move up 1 bit: bitidx2++; PrintToScrollback("Unsynchronized, resync...");