From 63351c234fc7997183d7796b8633eab7311ddc59 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Wed, 1 Jul 2015 19:43:47 +0200 Subject: [PATCH] hmsniff: fix typo --- hmsniff.c | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hmsniff.c b/hmsniff.c index 79fc2c9..1f5d889 100644 --- 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]); - printf("\tMesage: "); + printf("\tMessage: "); for (i = 10; i < len; i++) { printf("%02X", buf[i]); } diff --git a/version.h b/version.h index 497db9c..219ccb9 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.100" +#define VERSION "0.100-git" -- 2.39.2