diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-11-05 11:38:50 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-11-05 11:38:50 +0100 |
commit | 6503716203552966e2fa6a6b4839bc0e001f9478 (patch) | |
tree | d93b741015182fc88627c0b36c1d9078c404883c /tests | |
parent | fe81827bd093aa6df5e5bf1bfbca479cad4ab53a (diff) |
Minor typo corrected
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_timeo.cpp | 2 |
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); |