diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-09-27 21:29:51 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-09-27 21:29:51 -0700 |
commit | e25c7c4bdfa90bbb50222165a32ceb5d95a1849e (patch) | |
tree | 09e1ee6ef9fed918a9d36b76424812a2adf25cd6 /paramiko/packet.py | |
parent | 57046f44cb4ba3c9aec6f36eed2d8f3032730871 (diff) | |
parent | 2de9c7272095f7b81c23d903d557e5a708a505d5 (diff) | |
download | paramiko-e25c7c4bdfa90bbb50222165a32ceb5d95a1849e.tar.gz |
Merge branch '1.9' into 1.10
Diffstat (limited to 'paramiko/packet.py')
-rw-r--r-- | paramiko/packet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/packet.py b/paramiko/packet.py index be502e9b..3f85d668 100644 --- a/paramiko/packet.py +++ b/paramiko/packet.py @@ -7,7 +7,7 @@ # Software Foundation; either version 2.1 of the License, or (at your option) # any later version. # -# Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY +# Paramiko is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # details. |