summaryrefslogtreecommitdiffstats
path: root/divesitehelpers.h
diff options
context:
space:
mode:
authorGravatar Paul-Erik Törrönen <poltsi@777-team.org>2015-05-16 00:27:08 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-21 16:05:09 -0700
commitcfa54031928e901f56fd2c6b90047833d5a59c02 (patch)
tree50a4c00cd291540899a317459219a2c83d6887d6 /divesitehelpers.h
parent00b1469658fc43ec6448cd01e59405bfeeef40cb (diff)
downloadsubsurface-cfa54031928e901f56fd2c6b90047833d5a59c02.tar.gz
Fix typo
Loockup -> Lookup Signed-off-by: Paul-Erik Törrönen <poltsi@777-team.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divesitehelpers.h')
-rw-r--r--divesitehelpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/divesitehelpers.h b/divesitehelpers.h
index 68c195674..dad60be36 100644
--- a/divesitehelpers.h
+++ b/divesitehelpers.h
@@ -4,14 +4,14 @@
#include "units.h"
#include <QThread>
-class ReverseGeoLoockupThread : public QThread {
+class ReverseGeoLookupThread : public QThread {
Q_OBJECT
public:
- static ReverseGeoLoockupThread *instance();
+ static ReverseGeoLookupThread *instance();
void run() Q_DECL_OVERRIDE;
private:
- ReverseGeoLoockupThread(QObject *parent = 0);
+ ReverseGeoLookupThread(QObject *parent = 0);
};
#endif // DIVESITEHELPERS_H