From 183ddc20a99da09c1649d0f376db98c5301405d6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 2 Oct 2007 13:56:58 +0000 Subject: [PATCH] typo --- src/charon/network/sender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charon/network/sender.h b/src/charon/network/sender.h index 6f2a06891..8d611cc90 100644 --- a/src/charon/network/sender.h +++ b/src/charon/network/sender.h @@ -43,7 +43,7 @@ struct sender_t { * @brief Send a packet over the network. * * This function is non blocking and adds the packet to a queue. - * Whenever the sender thread things it's good to send the packet, + * Whenever the sender thread thinks it's good to send the packet, * it'll do so. * * @param this calling object