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 033e472..dde3bd8 100644
--- a/lib/cpp/src/transport/TTransportUtils.h
+++ b/lib/cpp/src/transport/TTransportUtils.h
@@ -415,7 +415,7 @@
 
 /**
  * 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.