Fix whitepaper typo
authorMark Slee <mcslee@apache.org>
Tue, 3 Apr 2007 05:49:12 +0000 (05:49 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 3 Apr 2007 05:49:12 +0000 (05:49 +0000)
Reviewed By: ditka

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665080 13f79535-47bb-0310-9956-ffa450edef68

doc/thrift.pdf
doc/thrift.tex

index b0e0176..2bbea90 100644 (file)
Binary files a/doc/thrift.pdf and b/doc/thrift.pdf differ
index ce6a2e6..cb7582f 100644 (file)
@@ -891,8 +891,7 @@ implementing the \texttt{Thread} interface (in this case, \texttt{PosixThread::w
 object may need to know which thread it is executing in and a Thread, obviously,
 needs to know what \texttt{Runnable} object it is hosting. This interdependency is
 further complicated because the lifecycle of each object is independent of the
-other. An application may create a set of \texttt{Runnable} object to be used overs
-and over in different threads, or it may create and forget a \texttt{Runnable} object
+other. An application may create a set of \texttt{Runnable} object to be reused in different threads, or it may create and forget a \texttt{Runnable} object
 once a thread has been created and started for it. 
 
 The \texttt{Thread} class takes a \texttt{boost::shared\_ptr} reference to the hosted