From a9d82b79aaf95178207746c902ec8372e9026771 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 27 Aug 2010 14:04:34 +0200 Subject: Fix typo. --- lib/libradsec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libradsec.h b/lib/libradsec.h index 9783322..9d9ee9c 100644 --- a/lib/libradsec.h +++ b/lib/libradsec.h @@ -130,7 +130,7 @@ struct rs_packet *rs_packet_receive(const struct rs_conn *conn); three different ways, from easiest to hairiest: i) Blocking i/o model: User passes NULL for the callbacks in - rc_conn_open() and the open, send and receive calls will block + rs_conn_open() and the open, send and receive calls will block until the wanted event occurs. Other events occurring while waiting will be either silently discarded or signaled as an error (f.ex. broken connection while sending). -- cgit v1.1