summaryrefslogtreecommitdiffstats
path: root/uemis.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-04 12:06:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-04 12:06:42 -0700
commitd7e35c512c4a4d6691c7c1312691c17cce4c684e (patch)
treee07ee3ad350d98346bd147335a98d7ad4debdba1 /uemis.c
parent9d469862af57227c93da6f2a253b76677711c886 (diff)
downloadsubsurface-d7e35c512c4a4d6691c7c1312691c17cce4c684e.tar.gz
Fix small typo in uemis event name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis.c')
-rw-r--r--uemis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis.c b/uemis.c
index dc11a6dec..5450bf38d 100644
--- 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)