Thrift - typo in comment
authorMartin Kraemer <martin@apache.org>
Mon, 17 Sep 2007 06:58:47 +0000 (06:58 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 17 Sep 2007 06:58:47 +0000 (06:58 +0000)
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

index 033e472..dde3bd8 100644 (file)
@@ -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.