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 2014/01/27 21:41:50 UTC

[20/28] git commit: s/and/an/

s/and/an/


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c4b5e554
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c4b5e554
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c4b5e554

Branch: refs/heads/5.0.x
Commit: c4b5e554d8a3d6a50d9bc9c755e59ddb7fc9b12d
Parents: 2fe9722
Author: James Peach <jp...@apache.org>
Authored: Fri Jan 24 15:00:52 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Fri Jan 24 15:01:03 2014 -0800

----------------------------------------------------------------------
 proxy/logging/LogConfig.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c4b5e554/proxy/logging/LogConfig.cc
----------------------------------------------------------------------
diff --git a/proxy/logging/LogConfig.cc b/proxy/logging/LogConfig.cc
index 133ea21..6b381ce 100644
--- a/proxy/logging/LogConfig.cc
+++ b/proxy/logging/LogConfig.cc
@@ -596,9 +596,9 @@ LogConfig::setup_collation(LogConfig * prev_config)
     }
   } else {
     if (!collation_port) {
-      Note("Cannot activate log collation, %d is and invalid " "collation port", collation_port);
+      Note("Cannot activate log collation, %d is an invalid collation port", collation_port);
     } else if (collation_mode > COLLATION_HOST && strcmp(collation_host, "none") == 0) {
-      Note("Cannot activate log collation, \"%s\" is and invalid " "collation host", collation_host);
+      Note("Cannot activate log collation, \"%s\" is an invalid collation host", collation_host);
     } else {
       if (collation_mode == COLLATION_HOST) {