This is an automated email from the ASF dual-hosted git repository.
rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new e632e46 Fixes spelling
e632e46 is described below
commit e632e46670540e8e3c3138ae239197aa8243a983
Author: Randall Meyer <[email protected]>
AuthorDate: Fri Jul 13 11:27:22 2018 -0700
Fixes spelling
---
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 e69df7a..74240a7 100644
--- a/src/traffic_server/HostStatus.cc
+++ b/src/traffic_server/HostStatus.cc
@@ -157,7 +157,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);
}