Fix the misspelling of "required"

Change-Id: I428b98e2c4258c69b03db99fff434202611086f3
This commit is contained in:
lijunjie 2019-01-16 17:46:13 +08:00
parent 901cdd40ea
commit 6105e064f6

@ -63,7 +63,7 @@ class TestSBusDatagram(unittest.TestCase):
err.exception.args[0])
def test_invalid_child_class_definition(self):
# no definition for _requried_fd_types
# no definition for _required_fd_types
class InvalidSBusDatagram(SBusDatagram):
pass