You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by mn...@apache.org on 2010/06/23 15:49:01 UTC

svn commit: r957204 - /incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html

Author: mnuttall
Date: Wed Jun 23 13:49:01 2010
New Revision: 957204

URL: http://svn.apache.org/viewvc?rev=957204&view=rev
Log:
Fix small typos and errors

Modified:
    incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html

Modified: incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html?rev=957204&r1=957203&r2=957204&view=diff
==============================================================================
--- incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html (original)
+++ incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html Wed Jun 23 13:49:01 2010
@@ -509,7 +509,7 @@ Add the following content to the doPost(
 
                 String previousAssociation = null;
                 if (recorder != null) {
-                        pr33eviousAssociation = recorder.getLastAssociation(word);
+                        previousAssociation = recorder.getLastAssociation(word);
                         recorder.recordAssociation(word, association);
                 }
                 PrintWriter out = response.getWriter();
@@ -792,7 +792,7 @@ a database, but it would look pretty sim
 for testing we'll just use a static list instead.</p>
 
 <p class="instruction">Navigate back to the blueprint.xml and add
-a declaration for the service using the <span class="template>lister</span>
+a declaration for the service using the <span class="template"">lister</span>
 template. You should end up with the following:</p>
 
 <p class="xml">