summaryrefslogtreecommitdiff
path: root/auto_tests/messenger_test.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-09 05:29:07 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-09 05:29:07 -0700
commit9673900278e2f6e4ec8766107f27a81933be2201 (patch)
treea3ed7b95ed09342402f37892ba2246436897e9d9 /auto_tests/messenger_test.c
parent29264b58fc58c5c22f301b9c2ed1a03eab78b310 (diff)
parent0b8fa729146c8033be161540289baa2244c94042 (diff)
Merge pull request #408 from cbrueffer/receivedfix
Fix a recurring typo in code and comments.
Diffstat (limited to 'auto_tests/messenger_test.c')
-rw-r--r--auto_tests/messenger_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/messenger_test.c b/auto_tests/messenger_test.c
index 4c5c29ad..af902083 100644
--- a/auto_tests/messenger_test.c
+++ b/auto_tests/messenger_test.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * Note: 8 * Note:
9 * None of the functions here test things that rely on the network, i.e. 9 * None of the functions here test things that rely on the network, i.e.
10 * checking that status changes are recieved, messages can be sent, etc. 10 * checking that status changes are received, messages can be sent, etc.
11 * All of that is done in a separate test, with two local clients running. */ 11 * All of that is done in a separate test, with two local clients running. */
12 12
13#include "../core/Messenger.h" 13#include "../core/Messenger.h"