Skip to content

Commit c6c3d09

Browse files
committed
Fix typo and do not spellcheck the json plugins testdata
1 parent 8e40481 commit c6c3d09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/pyplugin_installer/qgsplugindependenciesdialog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, plugin_name, to_install, to_upgrade, not_found, parent=None):
3434
:type to_install: list
3535
:param to_upgrade: list of plugin IDs that needs to be upgraded
3636
:type to_upgrade: list
37-
:param not_found: list of plugin IDs that are not found (unvailable)
37+
:param not_found: list of plugin IDs that are not found (unavailable)
3838
:type not_found: list
3939
:param parent: parent object, defaults to None
4040
:param parent: QWidget, optional

scripts/spell_check/.agignore

+1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ tests/testdata/qgis_server_accesscontrol/project.qgs
6464
tests/testdata/qgis_server/ets-wms13/project.qgs
6565
tests/testdata/layouts/sample_project.qgs
6666
tests/testdata/layouts/2x_template_attributetable.qpt
67+
tests/testdata/plugindependencies_data.json
6768

0 commit comments

Comments
 (0)