From ee49484a3fbea5593f99e16d9044ca23d720075c Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 30 Apr 2013 16:11:54 -0400 Subject: [PATCH] Fix typo in comments --- unpacked/jax/output/HTML-CSS/autoload/multiline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/jax/output/HTML-CSS/autoload/multiline.js b/unpacked/jax/output/HTML-CSS/autoload/multiline.js index f4ba8218a..b51ccb07b 100644 --- a/unpacked/jax/output/HTML-CSS/autoload/multiline.js +++ b/unpacked/jax/output/HTML-CSS/autoload/multiline.js @@ -500,7 +500,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () { } // // If this is the end, check for super and subscripts, and move those - // by moving the stack tht contains them, and shifting by the amount of the + // by moving the stack that contains them, and shifting by the amount of the // base that has been removed. Remove the empty base box from the stack. // if (end.length === 0) {