]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Typos 165/head
authorWilliam Robinet <william.robinet@conostix.com>
Wed, 17 Feb 2016 14:44:18 +0000 (15:44 +0100)
committerWilliam Robinet <william.robinet@conostix.com>
Wed, 17 Feb 2016 14:44:18 +0000 (15:44 +0100)
client/lualibs/mf_default_keys.lua
common/default_version.c
common/lfdemod.c

index 804d4a842f1de78587a2cc3406af3b3947698d62..4dee8b4d05d4773c45b76cb3a5a1ee74deed8b2f 100644 (file)
@@ -106,7 +106,7 @@ local _keys = {
     '776974687573', -- RKF ÖstgötaTrafiken Key B
 
     --[[
-    The keys below are taken from from https://code.google.com/p/mifare-key-cracker/downloads/list
+    The keys below are taken from https://code.google.com/p/mifare-key-cracker/downloads/list
     --]]
 
     'bd493a3962b6',
@@ -129,7 +129,7 @@ local _keys = {
     '123456789abc',
        
        --[[
-    The keys below are taken from from https://github.com/4ZM/mfterm/blob/master/dictionary.txt
+    The keys below are taken from https://github.com/4ZM/mfterm/blob/master/dictionary.txt
     --]]
        
        'abcdef123456', -- Key from ladyada.net
@@ -199,7 +199,7 @@ local function uniq(list)
             table.insert(foobar, value);
         end
     end
-    --print("final list length length ", #foobar)
+    --print("final list length ", #foobar)
     return foobar
 end
 
index 9f818beda95d583ca299624aa913031ab9ca0dce..b564681c73d2357079bfb2ec620f97b509d0fdcc 100644 (file)
@@ -2,7 +2,7 @@
 /* This is the default version.c file that Makefile.common falls back to if perl is not available */
 const struct version_information __attribute__((section(".version_information"))) version_information = { 
                VERSION_INFORMATION_MAGIC, 
-               1, /* version version 1 */
+               1, /* version 1 */
                0, /* version information not present */
                2, /* cleanliness couldn't be determined */
                /* Remaining fields: zero */
index 982a724a018a02fca792b15636098ea57a8384ea..8eb1c19b7e71a1e9fcbc0188144dc9e19e4783d4 100644 (file)
@@ -483,7 +483,7 @@ size_t fsk_wave_demod(uint8_t * dest, size_t size, uint8_t fchigh, uint8_t fclow
 
        size_t numBits = 0;
        // count cycles between consecutive lo-hi transitions, there should be either 8 (fc/8)
-       // or 10 (fc/10) cycles but in practice due to noise etc we may end up with with anywhere
+       // or 10 (fc/10) cycles but in practice due to noise etc we may end up with anywhere
        // between 7 to 11 cycles so fuzz it by treat anything <9 as 8 and anything else as 10
        for(idx = 161; idx < size-20; idx++) {
                // threshold current value
Impressum, Datenschutz