Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Feb 4, 2022
1 parent 4493958 commit ec21ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/providers/qgspointcloudsourceselect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void QgsPointCloudSourceSelect::addButtonClicked()
{
QMessageBox::information( this,
tr( "Add Point Cloud Layers" ),
tr( "Unvalid point cloud URL \"%1\", please make sure your URL ends with /ept.json" ).arg( mPath ) );
tr( "Invalid point cloud URL \"%1\", please make sure your URL ends with /ept.json" ).arg( mPath ) );
return;
}

Expand Down

0 comments on commit ec21ecd

Please sign in to comment.