summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker <dtucker>2013-06-05 22:09:10 +0000
committerdtucker <dtucker>2013-06-05 22:09:10 +0000
commitd06ad53ac71104ad18da89935b5043aed2e0ddc5 (patch)
tree5d10a2984d891be5d41ab0445ed74c14fabebf20
parent146fc5d239a930968f735e2222082359ce0d50a5 (diff)
downloadopenssh-d06ad53ac71104ad18da89935b5043aed2e0ddc5.tar.gz
- dtucker@cvs.openbsd.org 2013/06/02 21:01:51
[channels.h] typo in comment
-rw-r--r--ChangeLog4
-rw-r--r--channels.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6509548b..588fcf6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
this is.
- (dtucker) [Makefile.in] append $CFLAGS to compiler options when building
modpipe in case there's anything in there we need.
+ - (dtucker) OpenBSD CVS Sync
+ - dtucker@cvs.openbsd.org 2013/06/02 21:01:51
+ [channels.h]
+ typo in comment
20130602
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
diff --git a/channels.h b/channels.h
index d75b800f..a11b6227 100644
--- a/channels.h
+++ b/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>
@@ -110,7 +110,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