Skip to content

Commit c0f5d22

Browse files
committed
fix typo altitide -> altitude
1 parent 9e01a04 commit c0f5d22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/spell_check/spelling.dat

+1
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

+1-1
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)