Navigation Menu

Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 24, 2023
1 parent a4d6fd3 commit cce5cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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::

Expand Down
4 changes: 2 additions & 2 deletions src/gui/processing/qgsprocessinghistorywidget.h
Expand Up @@ -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
Expand Down Expand Up @@ -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!
*
Expand Down

0 comments on commit cce5cc2

Please sign in to comment.