Skip to content

Commit e0fa333

Browse files
author
Unknown
committed
Misc. trivial typos
Most are source comments. Few are user-facing. Found using `codespell -i 3 -w --skip="./localization,./unpacked/localization" -I ../mathjax-whitelist.txt`
1 parent 63672ed commit e0fa333

File tree

113 files changed

+134
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+134
-134
lines changed

config/default.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ MathJax.Hub.Config({
111111
// tag usually doesn't add content to the page, if there is a space before and after
112112
// a MathJax SCRIPT tag, IE will remove the first space. When MathJax inserts
113113
// the typeset mathematics, this means there will be no space before it and the
114-
// preceeding text. In order to avoid this, you should include some "guard characters"
114+
// preceding text. In order to avoid this, you should include some "guard characters"
115115
// before or after the math SCRIPT tag; define the patterns you want to use below.
116116
// Note that these are used as regular expressions, so you will need to quote
117117
// special characters. Furthermore, since they are javascript strings, you must
@@ -134,7 +134,7 @@ MathJax.Hub.Config({
134134
postJax: null,
135135

136136
//
137-
// The CSS class for a math preview to be removed preceeding a MathJax
137+
// The CSS class for a math preview to be removed preceding a MathJax
138138
// SCRIPT tag. If the tag just before the MathJax SCRIPT tag is of this
139139
// class, its contents are removed when MathJax processes the SCRIPT
140140
// tag. This allows you to include a math preview in a form that will
@@ -323,7 +323,7 @@ MathJax.Hub.Config({
323323
// not be processed by tex2jax (other than to look for the
324324
// processClass pattern below). Note that this is a regular
325325
// expression, and so you need to be sure to quote any regexp special
326-
// characters. The pattern is automatically preceeded by '(^| )(' and
326+
// characters. The pattern is automatically preceded by '(^| )(' and
327327
// followed by ')( |$)', so your pattern will have to match full words
328328
// in the class name. Assigning an element this class name will
329329
// prevent `tex2jax` from processing its contents.
@@ -336,7 +336,7 @@ MathJax.Hub.Config({
336336
// tags that have been marked as ignored or skipped above. Note that
337337
// this is a regular expression, and so you need to be sure to quote
338338
// any regexp special characters. The pattern is automatically
339-
// preceeded by '(^| )(' and followed by ')( |$)', so your pattern
339+
// preceded by '(^| )(' and followed by ')( |$)', so your pattern
340340
// will have to match full words in the class name. Use this to
341341
// restart processing within an element that has been marked as
342342
// ignored above.
@@ -410,7 +410,7 @@ MathJax.Hub.Config({
410410
// not be processed by asciimath2jax (other than to look for the
411411
// processClass pattern below). Note that this is a regular
412412
// expression, and so you need to be sure to quote any regexp special
413-
// characters. The pattern is automatically preceeded by '(^| )(' and
413+
// characters. The pattern is automatically preceded by '(^| )(' and
414414
// followed by ')( |$)', so your pattern will have to match full words
415415
// in the class name. Assigning an element this class name will
416416
// prevent `asciimath2jax` from processing its contents.
@@ -423,7 +423,7 @@ MathJax.Hub.Config({
423423
// within tags that have been marked as ignored or skipped above.
424424
// Note that this is a regular expression, and so you need to be sure
425425
// to quote any regexp special characters. The pattern is
426-
// automatically preceeded by '(^| )(' and followed by ')( |$)', so
426+
// automatically preceded by '(^| )(' and followed by ')( |$)', so
427427
// your pattern will have to match full words in the class name. Use
428428
// this to restart processing within an element that has been marked
429429
// as ignored above.
@@ -752,7 +752,7 @@ MathJax.Hub.Config({
752752
//
753753
// When true, MathJax will not measure the widths or heights of the
754754
// subexpressions as it creates its output, but instead will rely on
755-
// its internal calculautions based on teh bounding boxes of the
755+
// its internal calculations based on the bounding boxes of the
756756
// characters it uses, and will only take measurements when it
757757
// absolutely has to. Since measurements cause display reflows, they
758758
// slows down MathJax considerably, so without them MathJax runs
@@ -814,7 +814,7 @@ MathJax.Hub.Config({
814814
//
815815
// Configuration for <maction> tooltips
816816
// (see also the #MathJax_Tooltip CSS in MathJax/jax/output/HTML-CSS/config.js,
817-
// which can be overriden using the styles values above).
817+
// which can be overridden using the styles values above).
818818
//
819819
tooltip: {
820820
delayPost: 600, // milliseconds delay before tooltip is posted after mouseover
@@ -1005,7 +1005,7 @@ MathJax.Hub.Config({
10051005
//
10061006
// Configuration for <maction> tooltips
10071007
// (see also the #MathJax_Tooltip CSS in MathJax/jax/output/SVG/config.js,
1008-
// which can be overriden using the styles values above).
1008+
// which can be overridden using the styles values above).
10091009
//
10101010
tooltip: {
10111011
delayPost: 600, // milliseconds delay before tooltip is posted after mouseover

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/Arrows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/BBBold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/BoxDrawing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/CombDiacritMarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/Dingbats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/EnclosedAlphanum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/GeneralPunctuation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/GeometricShapes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

fonts/HTML-CSS/TeX/png/AMS/Regular/unpacked/GreekAndCoptic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Defines the image size data needed for the HTML-CSS OutputJax
66
* to display mathematics using fallback images when the fonts
7-
* are not availble to the client browser.
7+
* are not available to the client browser.
88
*
99
* ---------------------------------------------------------------------
1010
*

0 commit comments

Comments
 (0)