aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/divefilter.h2
-rw-r--r--core/import-csv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/divefilter.h b/core/divefilter.h
index d225d3c81..7435289bd 100644
--- a/core/divefilter.h
+++ b/core/divefilter.h
@@ -42,7 +42,7 @@ struct FilterData {
int maxRating = 5;
// The default minimum and maximum temperatures are set such that all
// physically reasonable dives are shown. Note that these values should
- // work for both Celcius and Fahrenheit scales.
+ // work for both Celsius and Fahrenheit scales.
double minWaterTemp = -10;
double maxWaterTemp = 200;
double minAirTemp = -50;
diff --git a/core/import-csv.c b/core/import-csv.c
index 83229331c..75b4cd63d 100644
--- a/core/import-csv.c
+++ b/core/import-csv.c
@@ -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: