mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correcting typos of the word celsius
Corrected typo of the word celsius in three files: core/import-csv.c core/divefileter.h mobile-widgets/qml/Settings.qml These were spelled as celcius but corrected these to celsius. The 'core files were just comments but the mobile-widgets file would be 'active' code. Reported by: tormento <turment@gmail.com> Signed-off-by: Jason Bramwell <jb2cool@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8391d926c7
commit
caabf1b888
3 changed files with 3 additions and 3 deletions
|
@ -740,7 +740,7 @@ int parse_txt_file(const char *filename, const char *csv, struct dive_table *tab
|
|||
add_sample_data(sample, POSEIDON_NDL, value);
|
||||
break;
|
||||
case 39:
|
||||
// Water Temperature in Celcius
|
||||
// Water Temperature in Celsius
|
||||
add_sample_data(sample, POSEIDON_TEMP, value);
|
||||
break;
|
||||
case 85:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue