Skip to content

Commit

Permalink
Fix typo and do not spellcheck the json plugins testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Mar 25, 2019
1 parent 8e40481 commit c6c3d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyplugin_installer/qgsplugindependenciesdialog.py
Expand Up @@ -34,7 +34,7 @@ def __init__(self, plugin_name, to_install, to_upgrade, not_found, parent=None):
:type to_install: list :type to_install: list
:param to_upgrade: list of plugin IDs that needs to be upgraded :param to_upgrade: list of plugin IDs that needs to be upgraded
:type to_upgrade: list :type to_upgrade: list
:param not_found: list of plugin IDs that are not found (unvailable) :param not_found: list of plugin IDs that are not found (unavailable)
:type not_found: list :type not_found: list
:param parent: parent object, defaults to None :param parent: parent object, defaults to None
:param parent: QWidget, optional :param parent: QWidget, optional
Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/.agignore
Expand Up @@ -64,4 +64,5 @@ tests/testdata/qgis_server_accesscontrol/project.qgs
tests/testdata/qgis_server/ets-wms13/project.qgs tests/testdata/qgis_server/ets-wms13/project.qgs
tests/testdata/layouts/sample_project.qgs tests/testdata/layouts/sample_project.qgs
tests/testdata/layouts/2x_template_attributetable.qpt tests/testdata/layouts/2x_template_attributetable.qpt
tests/testdata/plugindependencies_data.json


0 comments on commit c6c3d09

Please sign in to comment.