diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:05:48 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:05:48 +0900 |
commit | a2227bcd41d20d36cc5ab4a8358a7676d8f7d5eb (patch) | |
tree | d91165e307aacab4f510f3b14711b7ba9d96d59c /tests | |
parent | 72112ecf818b3b411298b05f081bb10705d62119 (diff) |
Typo on test_linget fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_linger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linger.cpp b/tests/test_linger.cpp index d145e0d..0a5bc49 100644 --- a/tests/test_linger.cpp +++ b/tests/test_linger.cpp @@ -22,7 +22,7 @@ int XS_TEST_MAIN () { - fprintf (stderr, "test_invalid_rep running...\n"); + fprintf (stderr, "test_linger running...\n"); // Create REQ/XREP wiring. void *ctx = xs_init (1); |