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/21 00:08:12 UTC

[33/50] git commit: Fix spelling of doucments

Fix spelling of doucments


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

Branch: refs/heads/5.0.x
Commit: 22f66aa787702ecdbd439024aec0692fe68d77f2
Parents: 4cf9975
Author: James Peach <jp...@apache.org>
Authored: Tue Jan 14 20:42:16 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Wed Jan 15 14:14:01 2014 -0800

----------------------------------------------------------------------
 proxy/http/HttpTransact.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/22f66aa7/proxy/http/HttpTransact.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpTransact.cc b/proxy/http/HttpTransact.cc
index ff043b2..f09e50a 100644
--- a/proxy/http/HttpTransact.cc
+++ b/proxy/http/HttpTransact.cc
@@ -5731,7 +5731,7 @@ HttpTransact::is_stale_cache_response_returnable(State* s)
     return false;
   }
   // See how old the document really is.  We don't want create a
-  //   stale content museum of doucments that are no longer available
+  //   stale content museum of documents that are no longer available
   time_t current_age = HttpTransactHeaders::calculate_document_age(s->cache_info.object_read->request_sent_time_get(),
                                                                    s->cache_info.object_read->response_received_time_get(),
                                                                    cached_response,