diff options
author | henrik242 <henrik242@users.noreply.github.com> | 2020-12-19 14:05:46 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2020-12-19 17:18:37 +0100 |
commit | 385eb8484688368b23469effcb7ac9ca02c56aad (patch) | |
tree | 5c1a380be048a51652818cea5de0f5fe61dcc3b1 /subsurface-downloader-main.cpp | |
parent | 79f95b7f7dbdec1b7e1638056981d305e588969d (diff) | |
download | subsurface-385eb8484688368b23469effcb7ac9ca02c56aad.tar.gz |
downloader: Fix typo in libdivecomputer include
Signed-off-by: henrik242 <henrik242@users.noreply.github.com>
Diffstat (limited to 'subsurface-downloader-main.cpp')
-rw-r--r-- | subsurface-downloader-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-downloader-main.cpp b/subsurface-downloader-main.cpp index db88e1783..1936228c4 100644 --- a/subsurface-downloader-main.cpp +++ b/subsurface-downloader-main.cpp @@ -11,7 +11,7 @@ #include "core/subsurface-string.h" #include "core/file.h" #include "core/trip.h" -#inclide "core/libdivecomputer.h" +#include "core/libdivecomputer.h" #include <QApplication> #include <QLoggingCategory> |