From 0d5509dfbb4a2af07166babdb5a9cd97db91721c Mon Sep 17 00:00:00 2001 From: gjr80 Date: Mon, 4 Dec 2023 19:03:42 +1000 Subject: [PATCH] typo --- src/weewx_data/util/import/csv-example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weewx_data/util/import/csv-example.conf b/src/weewx_data/util/import/csv-example.conf index 50f09207..f47a5e79 100644 --- a/src/weewx_data/util/import/csv-example.conf +++ b/src/weewx_data/util/import/csv-example.conf @@ -24,7 +24,7 @@ source = CSV # file = full path and filename file = /var/tmp/data.csv - # pecify the character used to separate fields. The character must be + # Specify the character used to separate fields. The character must be # enclosed in quotes. Format is: # delimiter = ' # Default is ',' (comma).