mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	utils/ssh: Fix typo
This commit is contained in:
		@@ -393,7 +393,7 @@ class SshConnection(SshConnectionBase):
 | 
				
			|||||||
        # needed, it will explode when someone tries to use it. After all, the
 | 
					        # needed, it will explode when someone tries to use it. After all, the
 | 
				
			||||||
        # user might not be interested in being root at all.
 | 
					        # user might not be interested in being root at all.
 | 
				
			||||||
        self._sudo_needs_password = (
 | 
					        self._sudo_needs_password = (
 | 
				
			||||||
            'NEED_PASSOWRD' in
 | 
					            'NEED_PASSWORD' in
 | 
				
			||||||
            self.execute(
 | 
					            self.execute(
 | 
				
			||||||
                # sudo -n is broken on some versions on MacOSX, revisit that if
 | 
					                # sudo -n is broken on some versions on MacOSX, revisit that if
 | 
				
			||||||
                # someone ever cares
 | 
					                # someone ever cares
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user