Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
3nids committed Jan 16, 2023
1 parent 36dc2d4 commit 1029bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -181,7 +181,7 @@ class QgsSettingsTreeNamedListElement : QgsSettingsTreeElement
%Docstring(signature="appended")
:py:class:`QgsSettingsTreeNamedListElement` is a named list tree element for the settings registry
to help organizing and introspecting the registry.
the named list element is used to store a group of settings under a dynamicaly named key.
the named list element is used to store a group of settings under a dynamically named key.

.. seealso:: :py:class:`QgsSettingsTreeElement`

Expand Down
2 changes: 1 addition & 1 deletion src/core/settings/qgssettingstreeelement.h
Expand Up @@ -193,7 +193,7 @@ class CORE_EXPORT QgsSettingsTreeElement
* \class QgsSettingsTreeNamedListElement
* \brief QgsSettingsTreeNamedListElement is a named list tree element for the settings registry
* to help organizing and introspecting the registry.
* the named list element is used to store a group of settings under a dynamicaly named key.
* the named list element is used to store a group of settings under a dynamically named key.
*
* \see QgsSettingsTreeElement
* \see QgsSettingsEntryBase
Expand Down

0 comments on commit 1029bce

Please sign in to comment.