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." ); }