Fix the misspelling of "interface"

Change-Id: I992f0fe5aea62fad05d0a42a9d3053bb3a5345d8
This commit is contained in:
lijunjie 2019-01-07 11:02:58 +08:00
parent 8ecc5d0a0f
commit 7f16296d67
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class DummyNode(node.Node):
# list of disk devices
print(self.disk_devices)
# list of network intefraces
# list of network interfaces
print(self.interfaces)
print('Do something before define')