Author: jensg
Date: Mon May 26 22:28:34 2014
New Revision: 1597660
URL: http://svn.apache.org/r1597660
Log:
Typo fixed
Modified:
thrift/cms-site/trunk/content/tutorial/index.html
Modified: thrift/cms-site/trunk/content/tutorial/index.html
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/index.html?rev=1597660&r1=1597659&r2=1597660&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/index.html (original)
+++ thrift/cms-site/trunk/content/tutorial/index.html Mon May 26 22:28:34 2014
@@ -29,7 +29,7 @@ The Thrift compiler is used to generate
thrift -r --gen <language> <Thrift filename>
The sample
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
- file defines a basic calculator service. This sample caluclator service
.thrift file includes another file called
+ file defines a basic calculator service. This sample calculator service
.thrift file includes another file called
[shared.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/shared.thrift).
Both files will be used to demonstrate how to build a Thrift client and
server pair.