mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Typos on comments
Fixing 2 typos on comments. Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dcc143ae4f
commit
763c64d0da
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue