Author: andyhot
Date: Thu Dec 14 02:38:39 2006
New Revision: 487167

URL: http://svn.apache.org/viewvc?view=rev&rev=487167
Log:
typo

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js?view=diff&rev=487167&r1=487166&r2=487167
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js 
(original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js Thu Dec 
14 02:38:39 2006
@@ -132,7 +132,7 @@
                                        bodyScripts.push(elms[i]);
                                        continue;
                                } else if (id == "includescript") {
-                                       // includes get processed immediately 
(syncrhonously)
+                                       // includes get processed immediately 
(synchronously)
                                        var 
includes=elms[i].getElementsByTagName("include");
                                        if (!includes){continue;}
                                        for (var e=0; e<includes.length;e++) {
@@ -210,7 +210,7 @@
        if (classStr) {
                dojo.html.setClass(node, classStr);
        }
-       },
+       },        
        
        /**
         * Function: loadScriptContent
@@ -306,7 +306,7 @@
         * 
         * Parameters: 
         *      node - The incoming xml exception node.
-        *      kwArgs - The kwArfs used to initiate the original IO request.
+        *      kwArgs - The kwArgs used to initiate the original IO request.
         */
        presentException:function(node, kwArgs) {
                var excnode=document.createElement("div");


Reply via email to