Merge "[codespell] Fixing Spelling Mistakes"

This commit is contained in:
Zuul 2024-01-31 14:20:24 +00:00 committed by Gerrit Code Review
commit 78c91596ff
3 changed files with 4 additions and 4 deletions

View File

@ -6,5 +6,5 @@ security:
<https://storyboard.openstack.org/#!/story/2010382>`_.
fixes:
- |
Fixes an issue where secure fields were accidently lost in the Libvirt
Fixes an issue where secure fields were accidentally lost in the Libvirt
domain XML document.

View File

@ -78,7 +78,7 @@ class VirtualBMCTestCase(base.TestCase):
self._assert_libvirt_calls(mock_libvirt_domain, mock_libvirt_open,
readonly=True)
# reset mocks for the next iteraction
# reset mocks for the next iteration
mock_libvirt_domain.reset_mock()
mock_libvirt_open.reset_mock()
@ -95,7 +95,7 @@ class VirtualBMCTestCase(base.TestCase):
self.assertEqual(1, str(conn.defineXML.call_args).count('<boot '))
self._assert_libvirt_calls(mock_libvirt_domain, mock_libvirt_open)
# reset mocks for the next iteraction
# reset mocks for the next iteration
mock_libvirt_domain.reset_mock()
mock_libvirt_open.reset_mock()

View File

@ -208,7 +208,7 @@ class VirtualBMC(bmc.Bmc):
if domain.isActive():
domain.reset()
except Exception as e:
LOG.error('Error reseting the domain %(domain)s. '
LOG.error('Error resetting the domain %(domain)s. '
'Error: %(error)s', {'domain': self.domain_name,
'error': e})
# Command not supported in present state