diff options
author | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:45:07 +0800 |
---|---|---|
committer | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:45:07 +0800 |
commit | abeb9d64a398cb38348f95b8d93b888f4e726cd0 (patch) | |
tree | c9c208e361b134f34368731dbfb9710edb370999 /channel.h | |
parent | fdb7ffa864dea8e1c9efe3532db08b1ccad484dc (diff) |
Some minor typo fixes, found by codespell.
Diffstat (limited to 'channel.h')
-rw-r--r-- | channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*); |