summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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;