1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-01 09:31:53 +01:00

utils/ssh: Fix typo

This commit is contained in:
Marc Bonnici
2020-05-13 10:35:04 +01:00
parent cfb28c47c0
commit d464053546

View File

@@ -393,7 +393,7 @@ class SshConnection(SshConnectionBase):
# needed, it will explode when someone tries to use it. After all, the
# user might not be interested in being root at all.
self._sudo_needs_password = (
'NEED_PASSOWRD' in
'NEED_PASSWORD' in
self.execute(
# sudo -n is broken on some versions on MacOSX, revisit that if
# someone ever cares