Skip to content

Commit

Permalink
fix typo altitide -> altitude
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Mar 16, 2018
1 parent 9e01a04 commit c0f5d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -436,6 +436,7 @@ alternativly:alternatively
alternitives:alternatives alternitives:alternatives
altho:although altho:although
althought:although althought:although
altitide:altitude
altough:although altough:although
alusion:allusion alusion:allusion
alway:always alway:always
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmimportphotos.cpp
Expand Up @@ -62,7 +62,7 @@ void QgsImportPhotosAlgorithm::initAlgorithm( const QVariantMap & )
QString QgsImportPhotosAlgorithm::shortHelpString() const 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" 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" "to set the point's Z value.\n\n"
"Optionally, a table of unreadable or non-geotagged photos can also be created." ); "Optionally, a table of unreadable or non-geotagged photos can also be created." );
} }
Expand Down

0 comments on commit c0f5d22

Please sign in to comment.