Some minor typo fixes, found by codespell.

This commit is contained in:
Thorsten Horstmann
2015-02-24 20:45:07 +08:00
parent fdb7ffa864
commit abeb9d64a3
5 changed files with 5 additions and 5 deletions

View File

@@ -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*);