File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
* searchtools.js_t
3
3
* ~~~~~~~~~~~~~~~~
4
4
*
5
- * Sphinx JavaScript utilties for the full-text search.
5
+ * Sphinx JavaScript utilities for the full-text search.
6
6
*
7
7
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
8
8
* :license: BSD, see LICENSE for details.
@@ -594,7 +594,7 @@ var Search = {
594
594
* helper function to return a node containing the
595
595
* search summary for a given text. keywords is a list
596
596
* of stemmed words, hlwords is the list of normal, unstemmed
597
- * words. the first one is used to find the occurance , the
597
+ * words. the first one is used to find the occurrence , the
598
598
* latter for highlighting it.
599
599
*/
600
600
makeSearchSummary : function ( text , keywords , hlwords ) {
Original file line number Diff line number Diff line change 2
2
* websupport.js
3
3
* ~~~~~~~~~~~~~
4
4
*
5
- * sphinx.websupport utilties for all documentation.
5
+ * sphinx.websupport utilities for all documentation.
6
6
*
7
7
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
8
8
* :license: BSD, see LICENSE for details.
You can’t perform that action at this time.
0 commit comments