From: Martin Kraemer Date: Mon, 17 Sep 2007 06:58:47 +0000 (+0000) Subject: Thrift - typo in comment X-Git-Tag: 0.2.0~1207 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=fd7c26fec0ed25e5f6e134c7788258082723ee2c;p=common%2Fthrift.git 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 --- 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.