From fd7c26fec0ed25e5f6e134c7788258082723ee2c Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 17 Sep 2007 06:58:47 +0000 Subject: [PATCH] Thrift - typo in comment Summary: Not really worth notice. Just fixing some stray uppercase chars in a comment block. Trac Bug: # Blame Rev: Reviewed By: Test Plan: Revert Plan: Database Impact: Memcache Impact: Other Notes: EImportant: git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665265 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/transport/TTransportUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpp/src/transport/TTransportUtils.h b/lib/cpp/src/transport/TTransportUtils.h index 033e472c..dde3bd83 100644 --- a/lib/cpp/src/transport/TTransportUtils.h +++ b/lib/cpp/src/transport/TTransportUtils.h @@ -415,7 +415,7 @@ class TMemoryBuffer : public TTransport { /** * TPipedTransport. This transport allows piping of a request from one - * transport to another either when readEnd() or writeEnd(). The typicAL + * transport to another either when readEnd() or writeEnd(). The typical * use case for this is to log a request or a reply to disk. * The underlying buffer expands to a keep a copy of the entire * request/response. -- 2.17.1