diff channel.h @ 1037:7c899f24a85b

Some minor typo fixes, found by codespell.
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:45:07 +0800
parents deed0571cacc
children 01eea88963f3
line wrap: on
line diff
--- a/channel.h	Tue Feb 24 20:43:01 2015 +0800
+++ b/channel.h	Tue Feb 24 20:45:07 2015 +0800
@@ -92,7 +92,7 @@
 
 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*);