mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Spelling
This commit is contained in:
parent
a4d6fd3ed5
commit
cce5cc28f0
@ -13,7 +13,7 @@
|
||||
class QgsProcessingHistoryWidget : QgsPanelWidget
|
||||
{
|
||||
%Docstring(signature="appended")
|
||||
A widget for showing Processing algorithm exection history.
|
||||
A widget for showing Processing algorithm execution history.
|
||||
|
||||
.. versionadded:: 3.32
|
||||
%End
|
||||
@ -50,7 +50,7 @@ Interactively allows users to save the history log.
|
||||
class QgsProcessingHistoryDialog : QDialog
|
||||
{
|
||||
%Docstring(signature="appended")
|
||||
A dialog for showing Processing algorithm exection history.
|
||||
A dialog for showing Processing algorithm execution history.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
@ -27,7 +27,7 @@ class QDialogButtonBox;
|
||||
|
||||
/**
|
||||
* \ingroup gui
|
||||
* \brief A widget for showing Processing algorithm exection history.
|
||||
* \brief A widget for showing Processing algorithm execution history.
|
||||
* \since QGIS 3.32
|
||||
*/
|
||||
class GUI_EXPORT QgsProcessingHistoryWidget : public QgsPanelWidget
|
||||
@ -65,7 +65,7 @@ class GUI_EXPORT QgsProcessingHistoryWidget : public QgsPanelWidget
|
||||
|
||||
/**
|
||||
* \ingroup gui
|
||||
* \brief A dialog for showing Processing algorithm exection history.
|
||||
* \brief A dialog for showing Processing algorithm execution history.
|
||||
*
|
||||
* \warning This is not part of stable API -- it is exposed to Python for internal use by Processing only!
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user