aboutsummaryrefslogtreecommitdiffstats
path: root/test/test/test_distributor.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test/test_distributor.c')
-rw-r--r--test/test/test_distributor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/test_distributor.c b/test/test/test_distributor.c
index 890a8526..9fae688b 100644
--- a/test/test/test_distributor.c
+++ b/test/test/test_distributor.c
@@ -112,7 +112,7 @@ handle_work(void *arg)
/* do basic sanity testing of the distributor. This test tests the following:
* - send 32 packets through distributor with the same tag and ensure they
* all go to the one worker
- * - send 32 packets throught the distributor with two different tags and
+ * - send 32 packets through the distributor with two different tags and
* verify that they go equally to two different workers.
* - send 32 packets with different tags through the distributors and
* just verify we get all packets back.