[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-114]

fix typo in channel
fix typo that alain found: pipd_wfd -> pipe_wfd.
This commit is contained in:
Robey Pointer 2004-11-22 07:40:39 +00:00
parent a8a023a243
commit 13f818f04f
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ class Channel (object):
return
x = self.in_buffer[:nbytes]
self.in_buffer = self.in_buffer[nbytes:]
os.write(self.pipd_wfd, x)
os.write(self.pipe_wfd, x)
def _unlink(self):
if self.closed or not self.active: