Skip to content

Commit dd38fed

Browse files
authored
Merge pull request #244 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents b2165f0 + 19d78f0 commit dd38fed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_static/searchtools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* searchtools.js_t
33
* ~~~~~~~~~~~~~~~~
44
*
5-
* Sphinx JavaScript utilties for the full-text search.
5+
* Sphinx JavaScript utilities for the full-text search.
66
*
77
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
@@ -594,7 +594,7 @@ var Search = {
594594
* helper function to return a node containing the
595595
* search summary for a given text. keywords is a list
596596
* 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
598598
* latter for highlighting it.
599599
*/
600600
makeSearchSummary : function(text, keywords, hlwords) {

docs/_static/websupport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* websupport.js
33
* ~~~~~~~~~~~~~
44
*
5-
* sphinx.websupport utilties for all documentation.
5+
* sphinx.websupport utilities for all documentation.
66
*
77
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.

0 commit comments

Comments
 (0)