summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-04 20:36:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-04 20:36:21 +0000
commit6f67b08169c9f3178c6aef91828d50e1570ea517 (patch)
treed084258a75c95e5de4b378b9f7ed3edf09edd0e7 /apps
parenta80407370f0f700e82ca133e389f3c3d5cb9efbf (diff)
downloadATCD-6f67b08169c9f3178c6aef91828d50e1570ea517.tar.gz
ChangeLogTag:Mon Mar 04 11:20:45 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
index 6668dab1dc4..2b69f852964 100644
--- a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
+++ b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
@@ -673,7 +673,7 @@ Thr_Consumer_Handler::svc (void)
this->peer ().close ();
- // Re-establish the connection, using expoential backoff.
+ // Re-establish the connection, using exponential backoff.
for (this->timeout (1);
// Default is to reconnect synchronously.
this->event_channel_->initiate_connection_connection (this, 1) == -1;