You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/07/31 20:43:58 UTC

[trafficserver] 10/11: Fixes spelling

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit dad12a84ec91b45faefc328e0446c995e7783a8b
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Fri Jul 13 11:27:22 2018 -0700

    Fixes spelling
    
    (cherry picked from commit e632e46670540e8e3c3138ae239197aa8243a983)
---
 src/traffic_server/HostStatus.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/traffic_server/HostStatus.cc b/src/traffic_server/HostStatus.cc
index 95e1b95..e210ee5 100644
--- a/src/traffic_server/HostStatus.cc
+++ b/src/traffic_server/HostStatus.cc
@@ -125,7 +125,7 @@ HostStatus::setHostStatus(const char *name, HostStatus_t status, const unsigned
 
   // log it.
   if (status == HostStatus_t::HOST_STATUS_DOWN) {
-    Note("Host %s has been marked down, down_time: %d - %s.", name, down_time, down_time == 0 ? "indefinatley." : "seconds.");
+    Note("Host %s has been marked down, down_time: %d - %s.", name, down_time, down_time == 0 ? "indefinitely." : "seconds.");
   } else {
     Note("Host %s has been marked up.", name);
   }