mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
simple spelling changes
Fix obvious spelling mistakes in comments (and one error message). Yes, this is trivial but I saw one while reviewing some of the code and after that decided to run code through some tools. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
84b7a37869
commit
6cb30ba1b6
5 changed files with 24 additions and 24 deletions
|
@ -37,7 +37,7 @@ static unsigned char *byte_to_bits(unsigned char byte)
|
|||
|
||||
/*
|
||||
* Datatrak stores the date in days since 01-01-1600, while Subsurface uses
|
||||
* time_t (seconds since 00:00 01-01-1970). Function substracts
|
||||
* time_t (seconds since 00:00 01-01-1970). Function subtracts
|
||||
* (1970 - 1600) * 365,2425 = 135139,725 to our date variable, getting the
|
||||
* days since Epoch.
|
||||
*/
|
||||
|
@ -123,7 +123,7 @@ static struct sample *dtrak_profile(struct dive *dt_dive, FILE *archivo)
|
|||
}
|
||||
free(byte);
|
||||
|
||||
// In commit 5f44fdd setpoint replaced po2, so although this is not necesarily CCR dive ...
|
||||
// In commit 5f44fdd setpoint replaced po2, so although this is not necessarily CCR dive ...
|
||||
if (is_O2)
|
||||
sample->setpoint.mbar = calculate_depth_to_mbar(sample->depth.mm, dt_dive->surface_pressure, 0) * o2percent / 100;
|
||||
j++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue