- fix typo in thrift whitepaper
authorAditya Agarwal <aditya@apache.org>
Thu, 5 Apr 2007 01:17:52 +0000 (01:17 +0000)
committerAditya Agarwal <aditya@apache.org>
Thu, 5 Apr 2007 01:17:52 +0000 (01:17 +0000)
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

doc/thrift.tex

index b0838f4..fc1e6ba 100644 (file)
@@ -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