[PATCH 1/2] Typos on comments

Rodrigo Severo rodrigo at fabricadeideias.com
Tue Dec 31 14:32:15 UTC 2013


Fixing 2 typos on comments.

Signed-off-by: Rodrigo Severo <rodrigo at fabricadeideias.com>
---
 divelist.c | 2 +-
 profile.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/divelist.c b/divelist.c
index eacf23b..90c5112 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 17aab66..ea387bf 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)
 {
-- 
1.8.3.2



More information about the subsurface mailing list