summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.c
diff options
context:
space:
mode:
authorGravatar Torstein Husebø <torstein@huseboe.net>2015-03-19 13:32:43 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-03-19 11:17:39 -0700
commit6a5279b952ec4d227078a67526e7ebdfb4523891 (patch)
treeb57e4bb2944769eb164f3fa5ffff6b043cde77ed /libdivecomputer.c
parentd3d3cd9e350ae0fddf9682fbf5e7c3b867d27596 (diff)
downloadsubsurface-6a5279b952ec4d227078a67526e7ebdfb4523891.tar.gz
Fix a couple of typos
Signed-off-by: Torstein Husebø <torstein@huseboe.net> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.c')
-rw-r--r--libdivecomputer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdivecomputer.c b/libdivecomputer.c
index 942b1ec14..950b9da4e 100644
--- a/libdivecomputer.c
+++ b/libdivecomputer.c
@@ -107,7 +107,7 @@ static int parse_gasmixes(device_data_t *devdata, struct dive *dive, dc_parser_t
* dive computer, fill in the default tank information (if set) */
fill_default_cylinder(&dive->cylinder[i]);
}
- /* whatever happens, make sure there is a name for the cylidner */
+ /* whatever happens, make sure there is a name for the cylinder */
if (same_string(dive->cylinder[i].type.description, ""))
dive->cylinder[i].type.description = strdup(translate("gettextFromC", "unknown"));
}