From 19d78f0130c6bdb10fd5aae3d7952d9570f8579c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 13 Oct 2021 22:59:12 +1100 Subject: [PATCH] docs: Fix a few typos There are small typos in: - docs/_static/searchtools.js - docs/_static/websupport.js Fixes: - Should read `utilities` rather than `utilties`. - Should read `occurrence` rather than `occurance`. --- docs/_static/searchtools.js | 4 ++-- docs/_static/websupport.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_static/searchtools.js b/docs/_static/searchtools.js index 56676b2..64d124a 100644 --- a/docs/_static/searchtools.js +++ b/docs/_static/searchtools.js @@ -2,7 +2,7 @@ * searchtools.js_t * ~~~~~~~~~~~~~~~~ * - * Sphinx JavaScript utilties for the full-text search. + * Sphinx JavaScript utilities for the full-text search. * * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. @@ -594,7 +594,7 @@ var Search = { * helper function to return a node containing the * search summary for a given text. keywords is a list * of stemmed words, hlwords is the list of normal, unstemmed - * words. the first one is used to find the occurance, the + * words. the first one is used to find the occurrence, the * latter for highlighting it. */ makeSearchSummary : function(text, keywords, hlwords) { diff --git a/docs/_static/websupport.js b/docs/_static/websupport.js index 19fcda5..8e8f0aa 100644 --- a/docs/_static/websupport.js +++ b/docs/_static/websupport.js @@ -2,7 +2,7 @@ * websupport.js * ~~~~~~~~~~~~~ * - * sphinx.websupport utilties for all documentation. + * sphinx.websupport utilities for all documentation. * * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details.