mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-16 00:06:09 -05:00
fix typos
This commit is contained in:
parent
4f26cccdeb
commit
b28d820b0c
2
external/mdal/frmts/mdal_selafin.cpp
vendored
2
external/mdal/frmts/mdal_selafin.cpp
vendored
@ -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
|
||||||
|
|||||||
2
external/mdal/frmts/mdal_xms_tin.cpp
vendored
2
external/mdal/frmts/mdal_xms_tin.cpp
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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`
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user