diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-16 11:42:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-16 09:26:08 -0800 |
commit | 1efb74733878df3ee583816bbdcacd9269f4abb9 (patch) | |
tree | d672244f8d2db6b02bab92572233629f5602422c | |
parent | 0a2f5d25c0cc246752db613a175bcd5416040a45 (diff) | |
download | subsurface-1efb74733878df3ee583816bbdcacd9269f4abb9.tar.gz |
dive.c: fix a couple of comment typos
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | subsurface-core/dive.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subsurface-core/dive.c b/subsurface-core/dive.c index 2dc017564..52175db71 100644 --- a/subsurface-core/dive.c +++ b/subsurface-core/dive.c @@ -1729,7 +1729,7 @@ int gasmix_distance(const struct gasmix *a, const struct gasmix *b) } /* fill_pressures(): Compute partial gas pressures in bar from gasmix and ambient pressures, possibly for OC or CCR, to be - * extended to PSCT. This function does the calculations of gases pressures applicable to a single point on the dive profile. + * extended to PSCT. This function does the calculations of gas pressures applicable to a single point on the dive profile. * The structure "pressures" is used to return calculated gas pressures to the calling software. * Call parameters: po2 = po2 value applicable to the record in calling function * amb_pressure = ambient pressure applicable to the record in calling function @@ -2807,7 +2807,7 @@ int count_dives_with_suit(const char *suit) * one single dive with multiple dive computers. * * This is the "try_to_merge()" case, which will have offset == 0, - * even if the dive times moth be different. + * even if the dive times might be different. */ struct dive *merge_dives(struct dive *a, struct dive *b, int offset, bool prefer_downloaded) { |