Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6621 from Gustry/typo
fix typo altitide -> altitude
  • Loading branch information
mach0 committed Mar 16, 2018
2 parents 9e01a04 + c0f5d22 commit 975117a
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
altho:although
althought:although
altitide:altitude
altough:although
alusion:allusion
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
{
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." );
}
Expand Down

0 comments on commit 975117a

Please sign in to comment.