Skip to content

Commit

Permalink
Fix typo, follow up to #23473
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Oct 9, 2024
1 parent 77ab869 commit 5a0d77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/style/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ void MStyle::save(XmlWriter& xml, bool optimize)
}
}

xml.tag("Spatium", value(Sid::spatium).toReal() / DPMM);
xml.tag("spatium", value(Sid::spatium).toReal() / DPMM);
xml.endElement();
}

Expand Down

0 comments on commit 5a0d77c

Please sign in to comment.