summaryrefslogtreecommitdiffstats
path: root/channels.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-06 08:09:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-06 08:09:10 +1000
commit5d12b8f05d79ba89d0807910a664fa80f6f3bf8c (patch)
tree64dc694aa113637f4cfdb62980f0a816bc289427 /channels.h
parentdc62edbf121c41e8b5270904091039450206d98a (diff)
- dtucker@cvs.openbsd.org 2013/06/02 21:01:51
[channels.h] typo in comment
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 2 insertions, 2 deletions
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