diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2015-11-15 10:15:40 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-15 12:10:37 -0800 |
commit | 6cb30ba1b68805e0a7306cd6f54da4afe3148d4b (patch) | |
tree | 185ebf22716066b9b167a3a7f84404affd021193 /subsurface-core/ostctools.c | |
parent | 84b7a37869ac87aea595b57075d895d0035026d0 (diff) | |
download | subsurface-6cb30ba1b68805e0a7306cd6f54da4afe3148d4b.tar.gz |
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>
Diffstat (limited to 'subsurface-core/ostctools.c')
-rw-r--r-- | subsurface-core/ostctools.c | 2 |
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) |