summaryrefslogtreecommitdiffstats
path: root/divelist.c
diff options
context:
space:
mode:
authorGravatar Rodrigo Severo <rodrigo@fabricadeideias.com>2013-12-31 20:32:15 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-01 09:44:51 -0800
commit763c64d0da5642eb7067d669c742ca93859832d5 (patch)
tree94010dc5245b061f98d1bf0bfe78200e632e77a7 /divelist.c
parentdcc143ae4ff43b9545376bf649b71a072f25cfda (diff)
downloadsubsurface-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.c2
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.
*/