From feec851c7b4c4d1990fbd4475e4b8a5b03e00ac6 Mon Sep 17 00:00:00 2001 From: Paul Giberson Date: Wed, 26 Oct 2011 21:15:42 -0700 Subject: [PATCH] ocd typo fix --- dom/selection/selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/selection/selection.js b/dom/selection/selection.js index 40d78ce6..45cc2280 100644 --- a/dom/selection/selection.js +++ b/dom/selection/selection.js @@ -195,7 +195,7 @@ getCharElement = function( elems , range, len ) { * returns an object with: * * - __start__ - The number of characters from the start of the element to the start of the selection. - * - __end__ - The number of characters from teh start of the element to the end of the selection. + * - __end__ - The number of characters from the start of the element to the end of the selection. * - __range__ - A [jQuery.Range $.Range] that represents the current selection. * * This lets you get the selected text in a textarea like: