Skip to content

Commit fa08139

Browse files
authored
Fixed two typos in comments
1 parent 773c2d4 commit fa08139

File tree

1 file changed

+2
-2
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+2
-2
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implements the CommonHTML OutputJax that displays mathematics
99
* using HTML and CSS to position the characters from math fonts
1010
* in their proper locations. Unlike the HTML-CSS output jax,
11-
* this HTML is browswer and OS independent.
11+
* this HTML is browser and OS independent.
1212
*
1313
* ---------------------------------------------------------------------
1414
*
@@ -195,7 +195,7 @@
195195
border: "1px solid black",
196196
"box-shadow": "2px 2px 5px #AAAAAA", // Opera 10.5
197197
"-webkit-box-shadow": "2px 2px 5px #AAAAAA", // Safari 3 and Chrome
198-
"-moz-box-shadow": "2px 2px 5px #AAAAAA", // Forefox 3.5
198+
"-moz-box-shadow": "2px 2px 5px #AAAAAA", // Firefox 3.5
199199
"-khtml-box-shadow": "2px 2px 5px #AAAAAA", // Konqueror
200200
padding: "3px 4px",
201201
"z-index": 401,

0 commit comments

Comments
 (0)