Index: CKEditor/trunk/_source/core/dom/element.js
===================================================================
--- CKEditor/trunk/_source/core/dom/element.js	(revision 7441)
+++ CKEditor/trunk/_source/core/dom/element.js	(revision 7442)
@@ -1400,5 +1400,5 @@
 
 		/**
-		 * Make any page element visible inside of the browser viewport.
+		 * Make any page element visible inside the browser viewport.
 		 * @param {Boolean} [alignToTop]
 		 */
@@ -1437,9 +1437,10 @@
 
 		/**
-		 * Make any page element visible inside one of the ancestor by scrolling the parent.
+		 * Make any page element visible inside one of the ancestors by scrolling the parent.
 		 * @param {CKEDITOR.dom.element|CKEDITOR.dom.window} parent The container to scroll into.
 		 * @param {Boolean} [alignToTop] Align the element's top side with the container's
-		 * when "true" is specified, align the bottom with viewport bottom when "false" is specified,
-		 * other wise scroll on either side with the minimum amount to show the element.
+		 * when <code>true</code> is specified; align the bottom with viewport bottom when
+		 * <code>false</code> is specified. Otherwise scroll on either side with the minimum
+		 * amount to show the element.
 		 * @param {Boolean} [hscroll] Whether horizontal overflow should be considered.
 		 */
