From a01277c93f56013f7a856e36b5e497a1eab19753 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 10 Oct 2017 14:31:45 -0700 Subject: Typofix --- paramiko/transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paramiko') diff --git a/paramiko/transport.py b/paramiko/transport.py index 1ab60841..711f395e 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -837,7 +837,7 @@ class Transport(threading.Thread, ClosingContextManager): if event.is_set(): break elif start_ts + timeout < time.time(): - raise SSHException('Timeout openning channel.') + raise SSHException('Timeout opening channel.') chan = self._channels.get(chanid) if chan is not None: return chan -- cgit v1.2.1