Fix codespell reported errors

Fix and ignore spelling errors raised by codespell

Change-Id: I745e4c0ba3d282232eb8853831407fbad6c8163f
This commit is contained in:
cid 2024-05-25 07:18:13 +01:00
parent 240e8d754e
commit 4e3e3e9258
2 changed files with 3 additions and 2 deletions

View File

@ -35,4 +35,5 @@ console_scripts =
quiet-level = 4
# Words to ignore:
# hda: Hardware Device Address
ignore-words-list = hda
# assertIn: Python's unittest method
ignore-words-list = hda,assertIn

View File

@ -453,7 +453,7 @@ class LibvirtDriver(AbstractSystemsDriver):
# Remove per-disk boot configuration
# We should save at least hdd boot entries instead of just removing
# everything. In some scenarious PXE after provisioning stops replying
# everything. In some scenarios PXE after provisioning stops replying
# and if there is no other boot device, then vm will fail to boot
# cdrom and floppy are ignored.