diff options
author | 2013-06-02 21:01:51 +0000 | |
---|---|---|
committer | 2013-06-02 21:01:51 +0000 | |
commit | 207fbb6464cd29f42406f3c45ce9424799abda49 (patch) | |
tree | 2f7ec5f30e7e3d3cbd01f99a7491bccd5d97d74e | |
parent | Revert previous: libsa/ufs.c was fixed to not use big types when not (diff) | |
download | wireguard-openbsd-207fbb6464cd29f42406f3c45ce9424799abda49.tar.xz wireguard-openbsd-207fbb6464cd29f42406f3c45ce9424799abda49.zip |
typo in comment
-rw-r--r-- | usr.bin/ssh/channels.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h index a2ae4071051..97035756e4e 100644 --- a/usr.bin/ssh/channels.h +++ b/usr.bin/ssh/channels.h @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.h,v 1.111 2012/04/11 13:16:19 djm Exp $ */ +/* $OpenBSD: channels.h,v 1.112 2013/06/02 21:01:51 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -109,7 +109,7 @@ struct Channel { * channels are delayed until the first call * to a matching pre-select handler. * this way post-select handlers are not - * accidenly called if a FD gets reused */ + * accidentally called if a FD gets reused */ Buffer input; /* data read from socket, to be sent over * encrypted connection */ Buffer output; /* data received over encrypted connection for |