]> git.zerfleddert.de Git - hmcfgusb/commitdiff
hmsniff: fix typo
authorMichael Gernoth <michael@gernoth.net>
Wed, 1 Jul 2015 17:43:47 +0000 (19:43 +0200)
committerMichael Gernoth <michael@gernoth.net>
Wed, 1 Jul 2015 17:43:47 +0000 (19:43 +0200)
hmsniff.c
version.h

index 79fc2c92302c1904b1f1b9c9f2ff96dd9ec6396c..1f5d889a0fff7f7874f07ab54317beb847336a72 100644 (file)
--- a/hmsniff.c
+++ b/hmsniff.c
@@ -125,7 +125,7 @@ static void dissect_hm(uint8_t *buf, int len)
        if (buf[2] & (1 << 7)) printf("RPTEN ");
        printf("\n");
        printf("\tMessage type: %s (0x%02x)\n", hm_message_types(buf[3]), buf[3]);
        if (buf[2] & (1 << 7)) printf("RPTEN ");
        printf("\n");
        printf("\tMessage type: %s (0x%02x)\n", hm_message_types(buf[3]), buf[3]);
-       printf("\tMesage: ");
+       printf("\tMessage: ");
        for (i = 10; i < len; i++) {
                printf("%02X", buf[i]);
        }
        for (i = 10; i < len; i++) {
                printf("%02X", buf[i]);
        }
index 497db9c9357cfbab9698c7cd3ed5825e99934b4d..219ccb97dc4938573451adbbbb395c5907985c4c 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define VERSION        "0.100"
+#define VERSION        "0.100-git"
Impressum, Datenschutz