Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 28, 2022
1 parent 3efb1e6 commit fa0adc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_additions/qgis.py
Expand Up @@ -2258,7 +2258,7 @@
QgsAction.Windows.__doc__ = "Windows specific"
QgsAction.Unix = Qgis.AttributeActionType.Unix
QgsAction.Unix.is_monkey_patched = True
QgsAction.Unix.__doc__ = "Unix specifc"
QgsAction.Unix.__doc__ = "Unix specific"
QgsAction.OpenUrl = Qgis.AttributeActionType.OpenUrl
QgsAction.OpenUrl.is_monkey_patched = True
QgsAction.OpenUrl.__doc__ = "Open URL action"
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgis.h
Expand Up @@ -2574,7 +2574,7 @@ class CORE_EXPORT Qgis
GenericPython, //!< Python
Mac, //!< MacOS specific
Windows, //!< Windows specific
Unix, //!< Unix specifc
Unix, //!< Unix specific
OpenUrl, //!< Open URL action
SubmitUrlEncoded, //!< POST data to an URL, using "application/x-www-form-urlencoded" or "application/json" if the body is valid JSON \since QGIS 3.24
SubmitUrlMultipart, //!< POST data to an URL using "multipart/form-data" \since QGIS 3.24
Expand Down

0 comments on commit fa0adc0

Please sign in to comment.