]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Typofix: occurrences 31/head
authorAndrás Veres-Szentkirályi <vsza@vsza.hu>
Wed, 10 Dec 2014 15:42:31 +0000 (16:42 +0100)
committerAndrás Veres-Szentkirályi <vsza@vsza.hu>
Wed, 10 Dec 2014 15:42:31 +0000 (16:42 +0100)
It's spelled with two rs.

client/cmdlf.c

index 22aa1e059b39b9030c5eca97c3fd4f772c113307..cf920b1efaf515eeb8974f54449f018a2d9fcd92 100644 (file)
@@ -269,7 +269,7 @@ int CmdIndalaDemod(const char *Cmd)
     PrintAndLog("UID=%s (%x%08x%08x%08x%08x%08x%08x)", showbits, uid1, uid2, uid3, uid4, uid5, uid6, uid7);
   }
 
-  // Checking UID against next occurences
+  // Checking UID against next occurrences
   for (; i + uidlen <= rawbit;) {
     int failed = 0;
     for (bit = 0; bit < uidlen; bit++) {
@@ -283,7 +283,7 @@ int CmdIndalaDemod(const char *Cmd)
     }
     times += 1;
   }
-  PrintAndLog("Occurences: %d (expected %d)", times, (rawbit - start) / uidlen);
+  PrintAndLog("Occurrences: %d (expected %d)", times, (rawbit - start) / uidlen);
 
   // Remodulating for tag cloning
   GraphTraceLen = 32*uidlen;
Impressum, Datenschutz