[Trivial Fix] modify spelling errors of fulfill, for, containing

Although it is spelling mistakes, it affects reading and overall code
quality.

Change-Id: I038271bb972c39afe5704416afa596666b4a6e55
This commit is contained in:
dnuka 2018-11-12 10:04:50 +05:30
parent 56a472bebe
commit 5a68be0796
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ by issuing just enough requests to it (BMCs are very flaky).
Therefore, the scope of the library has been limited to what is supported
by the `OpenStack Ironic <https://wiki.openstack.org/wiki/Ironic>`_
project. As the project grows and more features from `Redfish`_ are
needed we can expand Sushy to fullfil those requirements.
needed we can expand Sushy to fulfill those requirements.
* Free software: Apache license
* Documentation: https://docs.openstack.org/sushy/latest/

View File

@ -63,7 +63,7 @@ class VirtualMedia(base.ResourceBase):
"""
_actions = ActionsField('Actions')
"""Insert/eject action fot virtual media"""
"""Insert/eject action for virtual media"""
def _get_insert_media_element(self):
insert_media = self._actions.insert_media

View File

@ -74,7 +74,7 @@ class System(base.ResourceBase):
"""The system BIOS version"""
boot = BootField('Boot', required=True)
"""A dictionary containg the current boot device, frequency and mode"""
"""A dictionary containing the current boot device, frequency and mode"""
description = base.Field('Description')
"""The system description"""