]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - winsrc/command.cpp
Fixed a typo in command.cpp, moved Changelog to CHANGES.TXT for better coherence.
[proxmark3-svn] / winsrc / command.cpp
index 43a8e2ac925509d41d2f70490c014fe933ddc317..62614242cea759c1fe85482d0879656c04a29230 100644 (file)
@@ -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...");
Impressum, Datenschutz