1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Fixed a typo in a comment

This commit is contained in:
Tom Poole 2019-03-11 09:45:57 +00:00
parent d4b62d57fc
commit 43e623661e

View file

@ -67,7 +67,7 @@ public:
/** Creates a MidiKeyboardComponent.
@param state the midi keyboard model that this component will represent
@param orientation whether the keyboard is horizonal or vertical
@param orientation whether the keyboard is horizontal or vertical
*/
MidiKeyboardComponent (MidiKeyboardState& state,
Orientation orientation);