Author: edwardyoon Date: Fri Mar 9 06:30:10 2012 New Revision: 1298710 URL: http://svn.apache.org/viewvc?rev=1298710&view=rev Log: Fix typos.
Modified: incubator/hama/branches/0.4/src/site/xdoc/hama_bsp_tutorial.xml incubator/hama/branches/0.4/src/site/xdoc/hama_on_clouds.xml Modified: incubator/hama/branches/0.4/src/site/xdoc/hama_bsp_tutorial.xml URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/src/site/xdoc/hama_bsp_tutorial.xml?rev=1298710&r1=1298709&r2=1298710&view=diff ============================================================================== --- incubator/hama/branches/0.4/src/site/xdoc/hama_bsp_tutorial.xml (original) +++ incubator/hama/branches/0.4/src/site/xdoc/hama_bsp_tutorial.xml Fri Mar 9 06:30:10 2012 @@ -130,8 +130,8 @@ xsi:schemaLocation="http://maven.apache. <tr><td>getCurrentMessage()</td><td>Returns a received message.</td></tr> <tr><td>getNumCurrentMessages()</td><td>Returns the number of received messages.</td></tr> <tr><td>sync()</td><td>Barrier synchronization.</td></tr> -<tr><td>getPeerName()</td><td>Returns a peerâs hostname.</td></tr> -<tr><td>getAllPeerNames()</td><td>Returns all peerâs hostname.</td></tr> +<tr><td>getPeerName()</td><td>Returns a peer's hostname.</td></tr> +<tr><td>getAllPeerNames()</td><td>Returns all peer's hostname.</td></tr> <tr><td>getSuperstepCount()</td><td>Returns the count of supersteps</td></tr> </table> Modified: incubator/hama/branches/0.4/src/site/xdoc/hama_on_clouds.xml URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/src/site/xdoc/hama_on_clouds.xml?rev=1298710&r1=1298709&r2=1298710&view=diff ============================================================================== --- incubator/hama/branches/0.4/src/site/xdoc/hama_on_clouds.xml (original) +++ incubator/hama/branches/0.4/src/site/xdoc/hama_on_clouds.xml Fri Mar 9 06:30:10 2012 @@ -35,7 +35,7 @@ xsi:schemaLocation="http://maven.apache. % export AWS_SECRET_ACCESS_KEY=YOUR_SECKEY % ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr - % bin/whirr launch-cluster --config recipes/hama-ec2.properties --private -key-file ~/.ssh/id_rsa_whirr</pre> + % bin/whirr launch-cluster --config recipes/hama-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr</pre> </p> <subsection name="Execute Hama Examples"></subsection> <pre class="green">