From c0f5d22fcd55957d5e884cf7541eaa1e88233a7b Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Fri, 16 Mar 2018 10:37:04 +0100 Subject: [PATCH] fix typo altitide -> altitude --- scripts/spell_check/spelling.dat | 1 + src/analysis/processing/qgsalgorithmimportphotos.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/spell_check/spelling.dat b/scripts/spell_check/spelling.dat index 7db74e62fa20..76af035698e4 100644 --- a/scripts/spell_check/spelling.dat +++ b/scripts/spell_check/spelling.dat @@ -436,6 +436,7 @@ alternativly:alternatively alternitives:alternatives altho:although althought:although +altitide:altitude altough:although alusion:allusion alway:always diff --git a/src/analysis/processing/qgsalgorithmimportphotos.cpp b/src/analysis/processing/qgsalgorithmimportphotos.cpp index eb8abbcd7201..b9f7c6c5b5b8 100644 --- a/src/analysis/processing/qgsalgorithmimportphotos.cpp +++ b/src/analysis/processing/qgsalgorithmimportphotos.cpp @@ -62,7 +62,7 @@ void QgsImportPhotosAlgorithm::initAlgorithm( const QVariantMap & ) QString QgsImportPhotosAlgorithm::shortHelpString() const { return QObject::tr( "Creates a point layer corresponding to the geotagged locations from JPEG images from a source folder. Optionally the folder can be recursively scanned.\n\n" - "The point layer will contain a single PointZ feature per input file from which the geotags could be read. Any altitide information from the geotags will be used " + "The point layer will contain a single PointZ feature per input file from which the geotags could be read. Any altitude information from the geotags will be used " "to set the point's Z value.\n\n" "Optionally, a table of unreadable or non-geotagged photos can also be created." ); }