diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-04 20:36:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-04 20:36:21 +0000 |
commit | 60141ddfbd730e85d810705bfbb5c4976e1c82d0 (patch) | |
tree | d084258a75c95e5de4b378b9f7ed3edf09edd0e7 /apps | |
parent | 8b2009426072af6c9d6a635d6a7646d5a065c4fe (diff) | |
download | ATCD-60141ddfbd730e85d810705bfbb5c4976e1c82d0.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.cpp | 2 |
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; |