]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Fix small typo in uemis event name
authorDirk Hohndel <dirk@hohndel.org>
Tue, 4 Oct 2011 19:06:42 +0000 (12:06 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 4 Oct 2011 19:06:42 +0000 (12:06 -0700)
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
uemis.c

diff --git a/uemis.c b/uemis.c
index dc11a6deced6882077f2aec614b87f124c52bb9e..5450bf38dc16e9ee462cd2bdc188866ae72d4ff4 100644 (file)
--- a/uemis.c
+++ b/uemis.c
@@ -151,7 +151,7 @@ void uemis_event(struct dive *dive, struct sample *sample, uemis_sample_t *u_sam
        if (flags[4] & 0x08)
                add_event(dive, sample->time.seconds, 0, 0, 0, "RGT Alert");
        if (flags[4] & 0x40)
-               add_event(dive, sample->time.seconds, 0, 0, 0, "Tank Change Suggest");
+               add_event(dive, sample->time.seconds, 0, 0, 0, "Tank Change Suggested");
        if (flags[4] & 0x80)
                add_event(dive, sample->time.seconds, 0, 0, 0, "Depth Limit Exceeded");
        if (flags[5] & 0x01)