From 2628b3df5ddd2aa9d0e89de5266de0feef7be8ac Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 7 Feb 2014 14:40:10 +0800 Subject: [PATCH] Fix misspellings in database-api Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I2986973244ac2c78830bde21998f6cb5d64d8476 Closes-Bug: #1257295 --- apidocs/src/xslts/js/trc/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apidocs/src/xslts/js/trc/util.js b/apidocs/src/xslts/js/trc/util.js index 28267cf..e0db470 100644 --- a/apidocs/src/xslts/js/trc/util.js +++ b/apidocs/src/xslts/js/trc/util.js @@ -36,7 +36,7 @@ trc.util = new Object(); trc.util.browser = { // // Returns the current version of IE, or -1 if it's not an IE - // browser. This is one of the recomended ways of detecting IE + // browser. This is one of the recommended ways of detecting IE // see: // // http://msdn.microsoft.com/en-us/library/ms537509%28VS.85%29.aspx @@ -174,7 +174,7 @@ trc.util.dom = { }, // - // Dum utility function for setting the class name of an + // DOM utility function for setting the class name of an // element. Eventually we'll move completely to XHTML, but // this will never work in IE 6, so for now we need this // method for setting the class name.