From 763c64d0da5642eb7067d669c742ca93859832d5 Mon Sep 17 00:00:00 2001 From: Rodrigo Severo Date: Tue, 31 Dec 2013 20:32:15 -0200 Subject: [PATCH] Typos on comments Fixing 2 typos on comments. Signed-off-by: Rodrigo Severo Signed-off-by: Dirk Hohndel --- divelist.c | 2 +- profile.c | 2 +- 2 files changed, 2 insertions(+), 2 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. */ diff --git a/profile.c b/profile.c index 17aab667d..ea387bf6d 100644 --- a/profile.c +++ b/profile.c @@ -78,7 +78,7 @@ int get_maxtime(struct plot_info *pi) } /* get the maximum depth to which we want to plot - * take into account the additional verical space needed to plot + * take into account the additional vertical space needed to plot * partial pressure graphs */ int get_maxdepth(struct plot_info *pi) {