diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-10-04 12:06:42 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-10-04 12:06:42 -0700 |
commit | d7e35c512c4a4d6691c7c1312691c17cce4c684e (patch) | |
tree | e07ee3ad350d98346bd147335a98d7ad4debdba1 /uemis.c | |
parent | 9d469862af57227c93da6f2a253b76677711c886 (diff) | |
download | subsurface-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |