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
/**
* 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.