diff options
author | Rodrigo Severo <rodrigo@fabricadeideias.com> | 2013-12-31 20:32:15 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-01 09:44:51 -0800 |
commit | 763c64d0da5642eb7067d669c742ca93859832d5 (patch) | |
tree | 94010dc5245b061f98d1bf0bfe78200e632e77a7 /divelist.c | |
parent | dcc143ae4ff43b9545376bf649b71a072f25cfda (diff) | |
download | subsurface-763c64d0da5642eb7067d669c742ca93859832d5.tar.gz |
Typos on comments
Fixing 2 typos on comments.
Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.c')
-rw-r--r-- | divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c index eacf23b3d..90c5112bc 100644 --- a/divelist.c +++ b/divelist.c @@ -259,7 +259,7 @@ static int calculate_cns(struct dive *dive) if (dive->cns) return dive->cns; /* - * Do we start with a cns loading from a privious dive? + * Do we start with a cns loading from a previous dive? * Check if we did a dive 12 hours prior, and what cns we had from that. * Then apply ha 90min halftime to see whats left. */ |