summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAditya Agarwal <aditya@apache.org>2007-04-05 01:17:52 +0000
committerAditya Agarwal <aditya@apache.org>2007-04-05 01:17:52 +0000
commit8c5daa44579038c68abfe563b091d08095b2be0e (patch)
tree586a8aecefc854ed54816c1c35d7bdc7c07ce3a6 /doc
parent86efa707480155ab7a9497ae295faad4ef9e973e (diff)
downloadthrift-8c5daa44579038c68abfe563b091d08095b2be0e.tar.gz
- fix typo in thrift whitepaper
Summary: clases -> classes Reviewed By: scott m git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
-rw-r--r--doc/thrift.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/thrift.tex b/doc/thrift.tex
index b0838f468..fc1e6ba1e 100644
--- a/doc/thrift.tex
+++ b/doc/thrift.tex
@@ -852,7 +852,7 @@ The \texttt{Thread} implementation deals with all the platform-specific thread
creation and destruction issues, while the \texttt{Runnable} implementation deals
with the application-specific per-thread logic. The benefit of this approach
is that developers can easily subclass the Runnable class without pulling in
-platform-specific super-clases.
+platform-specific super-classes.
\subsection{Thread, Runnable, and shared\_ptr}
We use \texttt{boost::shared\_ptr} throughout the \texttt{ThreadManager} and