summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
authorThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:45:07 +0800
committerThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:45:07 +0800
commitabeb9d64a398cb38348f95b8d93b888f4e726cd0 (patch)
treec9c208e361b134f34368731dbfb9710edb370999 /channel.h
parentfdb7ffa864dea8e1c9efe3532db08b1ccad484dc (diff)
Some minor typo fixes, found by codespell.
Diffstat (limited to 'channel.h')
-rw-r--r--channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.h b/channel.h
index 8daf943..689d2d6 100644
--- a/channel.h
+++ b/channel.h
@@ -92,7 +92,7 @@ struct Channel {
struct ChanType {
- int sepfds; /* Whether this channel has seperate pipes for in/out or not */
+ int sepfds; /* Whether this channel has separate pipes for in/out or not */
char *name;
int (*inithandler)(struct Channel*);
int (*check_close)(struct Channel*);