Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Feb 25, 2024
1 parent 546edc2 commit 8c90335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ test: gbsplay $(tests) test_gbs
if [ "$$MD5" = "$$EXPECT" ]; then \
echo "alternate MIDI output ok"; \
else \
echo "alterante MIDI output failed"; \
echo "alternate MIDI output failed"; \
echo " Expected: $$EXPECT"; \
echo " Got: $$MD5" ; \
exit 1; \
Expand Down

0 comments on commit 8c90335

Please sign in to comment.