diff options
author | Tobias Brunner <tobias@strongswan.org> | 2007-10-02 13:56:58 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2007-10-02 13:56:58 +0000 |
commit | 183ddc20a99da09c1649d0f376db98c5301405d6 (patch) | |
tree | 8a7e538b15e903d70b90dfc1ef96d478152538e2 /src | |
parent | 9b997daab9908cb970b9a2ef428bcabeee16e307 (diff) | |
download | strongswan-183ddc20a99da09c1649d0f376db98c5301405d6.tar.bz2 strongswan-183ddc20a99da09c1649d0f376db98c5301405d6.tar.xz |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/network/sender.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |