mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Some minor typo fixes, found by codespell.
This commit is contained in:
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user