aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core/ostctools.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/ostctools.c')
-rw-r--r--subsurface-core/ostctools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/ostctools.c b/subsurface-core/ostctools.c
index 4b4cff241..9be591b0e 100644
--- a/subsurface-core/ostctools.c
+++ b/subsurface-core/ostctools.c
@@ -59,7 +59,7 @@ static int ostc_prepare_data(int data_model, dc_family_t dc_fam, device_data_t *
/*
* OSTCTools stores the raw dive data in heavily padded files, one dive
- * each file. So it's not necesary to iterate once and again on a parsing
+ * each file. So it's not necessary to iterate once and again on a parsing
* function. Actually there's only one kind of archive for every DC model.
*/
void ostctools_import(const char *file, struct dive_table *divetable)