Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioBL committed Nov 14, 2013
1 parent d6698b5 commit 81e8eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmscore/durationtype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,9 @@ void TDuration::print() const
case V_WHOLE: s = "Whole"; break;
case V_HALF: s = "Half"; break;
case V_QUARTER: s = "Quarter"; break;
case V_EIGHT: s = "Eight"; break;
case V_EIGHT: s = "Eighth"; break;
case V_16TH: s = "16th"; break;
case V_32ND: s = "32th"; break;
case V_32ND: s = "32nd"; break;
case V_64TH: s = "64th"; break;
case V_128TH: s = "128th"; break;
case V_256TH: s = "256th"; break;
Expand Down

0 comments on commit 81e8eec

Please sign in to comment.