summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-23 16:50:06 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-23 16:50:06 +0100
commitf52ebbaaaf92f2384125be0ac64f70ef02792145 (patch)
treeed34f44c9416be1c93968e965db677749e416a3e
parent8042beae2214ee193143a0cfe91d5089c9169892 (diff)
downloadATCD-f52ebbaaaf92f2384125be0ac64f70ef02792145.tar.gz
Fixed typo
* TAO/tests/Oneway_Timeouts/client.cpp:
-rw-r--r--TAO/tests/Oneway_Timeouts/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Oneway_Timeouts/client.cpp b/TAO/tests/Oneway_Timeouts/client.cpp
index 52f7a79c751..0dc112bb20b 100644
--- a/TAO/tests/Oneway_Timeouts/client.cpp
+++ b/TAO/tests/Oneway_Timeouts/client.cpp
@@ -369,7 +369,7 @@ int ACE_TMAIN (int ac, ACE_TCHAR *av[])
// can connect immediately and some may take longer time. With the flag on,
// the test sets the SYNC_NONE scope and sends a request so the transport
// queue is not empty for some SYNC_DELAYED_BUFFERING test case and hence
- // the requests are all queued and will be received by server continueously
+ // the requests are all queued and will be received by server continuously
// during a short period.
if (make_request_queued)
{