From: XP1 Date: Mon, 20 May 2013 12:53:19 +0000 (-0400) Subject: jquery.textSelection: Fix typos in documentation X-Git-Tag: 1.31.0-rc.0~19616^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=0eb8d2ed8d5e63d297f5a143465a1e2892937045;p=lhc%2Fweb%2Fwiklou.git jquery.textSelection: Fix typos in documentation Change-Id: I8260b7a43937e9fdddeb681333defaa337fcb397 --- diff --git a/resources/jquery/jquery.textSelection.js b/resources/jquery/jquery.textSelection.js index 17fd0cd35f..c44816b5e3 100644 --- a/resources/jquery/jquery.textSelection.js +++ b/resources/jquery/jquery.textSelection.js @@ -89,7 +89,7 @@ * Ported from skins/common/edit.js by Trevor Parscal * (c) 2009 Wikimedia Foundation (GPLv2) - http://www.wikimedia.org * - * Inserts text at the begining and end of a text selection, optionally + * Inserts text at the beginning and end of a text selection, optionally * inserting text at the caret when selection is empty. * * @fixme document the options parameters @@ -257,7 +257,7 @@ * Some code copied from * http://www.dedestruct.com/2008/03/22/howto-cross-browser-cursor-position-in-textareas/ * - * Get the position (in resolution of bytes not nessecarily characters) + * Get the position (in resolution of bytes not necessarily characters) * in a textarea * * Will focus the textarea in some browsers (IE/Opera)