Skip to content

Commit 413edc9

Browse files
committed
chore(typos): new typos update
1 parent c939ada commit 413edc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ extend-exclude = [
1313
"apps/global/*.yaml",
1414
"apps/site/*.yaml",
1515
"apps/openstack/*.yaml",
16+
"components/neutron/configmap-neutron-bin.yaml",
1617
]
1718

1819
[default]

python/neutron-understack/neutron_understack/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def network(project_id, network_id) -> Network:
106106
def patch_extend_subnet(mocker) -> None:
107107
"""Ml2 Plugin extend subnet patch.
108108
109-
This patch is needed as the Ml2Pugin's _make_subnet_dict method is calling
109+
This patch is needed as the Ml2Plugin's _make_subnet_dict method is calling
110110
_ml2_md_extend_subnet_dict static method,that would try to call the real db object
111111
and we don't have access to db.
112112

0 commit comments

Comments
 (0)