summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-11-05 11:38:50 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-11-05 11:38:50 +0100
commit6503716203552966e2fa6a6b4839bc0e001f9478 (patch)
treed93b741015182fc88627c0b36c1d9078c404883c /tests
parentfe81827bd093aa6df5e5bf1bfbca479cad4ab53a (diff)
Minor typo corrected
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_timeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_timeo.cpp b/tests/test_timeo.cpp
index 29ba8a0..e5ce0ac 100644
--- a/tests/test_timeo.cpp
+++ b/tests/test_timeo.cpp
@@ -46,7 +46,7 @@ extern "C"
int main (int argc, char *argv [])
{
- fprintf (stderr, "test_timeo...\n");
+ fprintf (stderr, "test_timeo running...\n");
void *ctx = zmq_init (1);
assert (ctx);