Skip to content

Commit 96ff0a4

Browse files
committed
fix typo
1 parent aabb08e commit 96ff0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/connection/httpapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ def __init__(self, play_context, new_stdin, *args, **kwargs):
180180

181181
self._auth = None
182182
if self._network_os:
183-
self.load_platfrom_plugins(self._network_os)
183+
self.load_platform_plugins(self._network_os)
184184

185-
def load_platfrom_plugins(self, platform_type=None):
185+
def load_platform_plugins(self, platform_type=None):
186186
platform_type = platform_type or self.get_option("platform_type")
187187

188188
if platform_type:

0 commit comments

Comments
 (0)