jdk/src/share/classes/javax/sound/midi/MidiMessage.java
changeset 21278 ef8a3a2a72f2
parent 19207 3448b0cb4077
child 26003 d630c97424bd
--- a/jdk/src/share/classes/javax/sound/midi/MidiMessage.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/sound/midi/MidiMessage.java	Tue Oct 29 17:01:06 2013 +0400
@@ -59,7 +59,7 @@
  * <p>
  * If you simply need to pass a known MIDI byte value as a method parameter,
  * it can be expressed directly as an integer, using (for example) decimal or
- * hexidecimal notation.  For instance, to pass the "active sensing" status byte
+ * hexadecimal notation.  For instance, to pass the "active sensing" status byte
  * as the first argument to ShortMessage's
  * {@link ShortMessage#setMessage(int) setMessage(int)}
  * method, you can express it as 254 or 0xFE.