From cc1ad53290f439bb137888fed3cc51826addd24c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 20 Apr 2010 14:54:10 -0700 Subject: [PATCH] stream: Fix typo in comment. --- lib/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stream.h b/lib/stream.h index d05107de..d8b08146 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -62,7 +62,7 @@ int pstream_accept(struct pstream *, struct stream **); int pstream_accept_block(struct pstream *, struct stream **); void pstream_wait(struct pstream *); -/* Convenience funtions. */ +/* Convenience functions. */ int stream_open_with_default_ports(const char *name, uint16_t default_tcp_port, -- 2.30.2