Skip to content

Commit 975117a

Browse files
authored
Merge pull request #6621 from Gustry/typo
fix typo altitide -> altitude
2 parents 9e01a04 + c0f5d22 commit 975117a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/spell_check/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ alternativly:alternatively
436436
alternitives:alternatives
437437
altho:although
438438
althought:although
439+
altitide:altitude
439440
altough:although
440441
alusion:allusion
441442
alway:always

src/analysis/processing/qgsalgorithmimportphotos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void QgsImportPhotosAlgorithm::initAlgorithm( const QVariantMap & )
6262
QString QgsImportPhotosAlgorithm::shortHelpString() const
6363
{
6464
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"
65-
"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 "
65+
"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 "
6666
"to set the point's Z value.\n\n"
6767
"Optionally, a table of unreadable or non-geotagged photos can also be created." );
6868
}

0 commit comments

Comments
 (0)