fix typos

This commit is contained in:
Juergen E. Fischer 2020-12-21 23:25:35 +01:00
parent 4f26cccdeb
commit b28d820b0c
6 changed files with 6 additions and 6 deletions

View File

@ -1208,7 +1208,7 @@ bool MDAL::SelafinFile::addDatasetGroup( MDAL::DatasetGroup *datasetGroup )
else else
{ {
if ( datasetGroup->datasets.size() != mTimeSteps.size() ) if ( datasetGroup->datasets.size() != mTimeSteps.size() )
throw MDAL::Error( MDAL_Status::Err_UnknownFormat, "Incomaptible dataset group : time steps count are not the same" ); throw MDAL::Error( MDAL_Status::Err_UnknownFormat, "Incompatible dataset group : time steps count are not the same" );
} }
//parameters table //parameters table

View File

@ -127,7 +127,7 @@ std::unique_ptr<MDAL::Mesh> MDAL::DriverXmsTin::load( const std::string &meshFil
if ( chunks.size() != 3 ) if ( chunks.size() != 3 )
{ {
// should have 3 indexes // should have 3 indexes
MDAL::Log::error( MDAL_Status::Err_IncompatibleMesh, name(), meshFile + " does not contain valid triangle defintion" ); MDAL::Log::error( MDAL_Status::Err_IncompatibleMesh, name(), meshFile + " does not contain valid triangle definition" );
return nullptr; return nullptr;
} }

View File

@ -736,7 +736,7 @@ Returns whether all the datasets contain ``count`` values
void calculateStatistic(); void calculateStatistic();
%Docstring %Docstring
Calculates the statictics (minimum and maximum) Calculates the statistics (minimum and maximum)
%End %End
virtual QStringList datasetGroupNamesDependentOn() const; virtual QStringList datasetGroupNamesDependentOn() const;

View File

@ -60,7 +60,7 @@ option is selected, calling :py:func:`~QgsProjectionSelectionTreeWidget.crs` wil
void setShowBoundsMap( bool show ); void setShowBoundsMap( bool show );
%Docstring %Docstring
Sets whether to show the bounnds preview map. Sets whether to show the bounds preview map.
.. seealso:: :py:func:`showBoundsMap` .. seealso:: :py:func:`showBoundsMap`

View File

@ -653,7 +653,7 @@ class CORE_EXPORT QgsMeshDatasetGroup
//! Returns whether all the datasets contain \a count values //! Returns whether all the datasets contain \a count values
bool checkValueCountPerDataset( int count ) const; bool checkValueCountPerDataset( int count ) const;
//! Calculates the statictics (minimum and maximum) //! Calculates the statistics (minimum and maximum)
void calculateStatistic(); void calculateStatistic();
//! Returns the dataset group variable name which this dataset group depends on //! Returns the dataset group variable name which this dataset group depends on

View File

@ -65,7 +65,7 @@ class GUI_EXPORT QgsProjectionSelectionTreeWidget : public QWidget, private Ui::
void setShowNoProjection( bool show ); void setShowNoProjection( bool show );
/** /**
* Sets whether to show the bounnds preview map. * Sets whether to show the bounds preview map.
* \see showBoundsMap() * \see showBoundsMap()
* \since QGIS 3.0 * \since QGIS 3.0
*/ */