From 82b1322f687ca31db503cea0e7fc75bca5a6cd6b Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sat, 22 Aug 2015 21:04:58 +0530 Subject: [PATCH] Word spellings have been corrected Change-Id: I2931badfe53221e78329c78d93f27cd605d2a6cc Closes-Bug: #1487711 --- apidocs/src/xslts/js/trc/schema/controller.js | 4 ++-- apidocs/src/xslts/js/trc/schema/layoutManager.js | 4 ++-- apidocs/src/xslts/js/trc/schema/sampleManager.js | 6 +++--- apidocs/src/xslts/js/trc/util.js | 14 +++++++------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apidocs/src/xslts/js/trc/schema/controller.js b/apidocs/src/xslts/js/trc/schema/controller.js index b72d401593..efab96d246 100644 --- a/apidocs/src/xslts/js/trc/schema/controller.js +++ b/apidocs/src/xslts/js/trc/schema/controller.js @@ -19,7 +19,7 @@ (function() { // - // Make sure dependecies are defined in the global scope, throw + // Make sure dependencies are defined in the global scope, throw // an error if they are not. // if ((!window.trc) || @@ -30,7 +30,7 @@ // // We use YUI to build our controller menu make sure we have the - // proper dependecies loaded, call init when we do... + // proper dependencies loaded, call init when we do... // function InitController() diff --git a/apidocs/src/xslts/js/trc/schema/layoutManager.js b/apidocs/src/xslts/js/trc/schema/layoutManager.js index f7a24b089e..adbdd885eb 100644 --- a/apidocs/src/xslts/js/trc/schema/layoutManager.js +++ b/apidocs/src/xslts/js/trc/schema/layoutManager.js @@ -11,7 +11,7 @@ (function() { // - // Make sure dependecies are defined in the global scope, throw + // Make sure dependencies are defined in the global scope, throw // an error if they are not. // if ((!window.trc) || @@ -91,7 +91,7 @@ break; // - // The controler doesn't work **at all** in IE 7 + // The controller doesn't work **at all** in IE 7 // don't even show it. // case 7: diff --git a/apidocs/src/xslts/js/trc/schema/sampleManager.js b/apidocs/src/xslts/js/trc/schema/sampleManager.js index fb4be666ac..ea3036157c 100644 --- a/apidocs/src/xslts/js/trc/schema/sampleManager.js +++ b/apidocs/src/xslts/js/trc/schema/sampleManager.js @@ -25,7 +25,7 @@ (function() { // - // Make sure dependecies are defined in the global scope, throw + // Make sure dependencies are defined in the global scope, throw // an error if they are not. // if ((!window.trc) || @@ -199,7 +199,7 @@ trc.schema.sampleManager = { code /* Code text to set (string) */) { // - // Preprocess the txt if necessary... + // Preprocess the text if necessary... // var ieVersion = trc.util.browser.detectIEVersion(); if ((ieVersion > -1) && @@ -253,7 +253,7 @@ trc.schema.sampleManager = { }, // - // Retrives source code text + // Retrieves source code text // _getCodeText : function (codeData /* Info for the code to get*/) { diff --git a/apidocs/src/xslts/js/trc/util.js b/apidocs/src/xslts/js/trc/util.js index e0db470bd6..b3d82bbcb6 100644 --- a/apidocs/src/xslts/js/trc/util.js +++ b/apidocs/src/xslts/js/trc/util.js @@ -208,7 +208,7 @@ trc.util.text = { tabs : new RegExp ("\t","g"), /* All tabs */ // - // We need this because microsoft browsers before IE 7, connot + // We need this because microsoft browsers before IE 7, cannot // display pre-formatted text correctly win unix style line // endings. // @@ -478,14 +478,14 @@ trc.util.net = { trc.util.yui = { // - // A list of dependecies to be passed to the YUI loader. This is + // A list of dependencies to be passed to the YUI loader. This is // essentially a hash set: dep->dep. // _deps : new Object(), // // An array of callback functions, these should be called when all - // dependecies are loaded. + // dependencies are loaded. // _callbacks : new Array(), @@ -517,7 +517,7 @@ trc.util.yui = { } // - // Load YUI dependecies... + // Load YUI dependencies... // var loader = new YAHOO.util.YUILoader({ require: required, @@ -533,11 +533,11 @@ trc.util.yui = { }, // - // Called after all dependecies have been loaded + // Called after all dependencies have been loaded // _depsLoaded : function() { // - // Dependecies are loaded let everyone know. + // Dependencies are loaded let everyone know. // for (var i=0;i