From: Dirk Hohndel Date: Tue, 4 Oct 2011 19:06:42 +0000 (-0700) Subject: Fix small typo in uemis event name X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=commitdiff_plain;h=d7e35c512c4a4d6691c7c1312691c17cce4c684e Fix small typo in uemis event name Signed-off-by: Dirk Hohndel --- diff --git a/uemis.c b/uemis.c index dc11a6d..5450bf3 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)