Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Oct 26, 2024
1 parent ca850f8 commit 40b4849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specs/specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const {XMLParser, XMLBuilder} = require('fast-xml-parser');

var i;
var body = [];
body.push("const mxlm_xsd = '" + read_xml('musicxml.xsd') + "';");
body.push("const mxml_xsd = '" + read_xml('musicxml.xsd') + "';");
body.push("const p2t_xsl = '" + read_xml('parttime.xsl') + "';");
body.push("const t2p_xsl = '" + read_xml('timepart.xsl') + "';");

Expand Down

0 comments on commit 40b4849

Please sign in to comment.