Spelling: milliseconds

This commit is contained in:
Josh Soref 2012-09-10 15:10:22 -04:00 committed by Simon MacDonald
parent 1bc49fe450
commit 3d073be990

View File

@ -235,7 +235,7 @@ public class AudioHandler extends Plugin {
/** /**
* Seek to a location. * Seek to a location.
* @param id The id of the audio player * @param id The id of the audio player
* @param miliseconds int: number of milliseconds to skip 1000 = 1 second * @param milliseconds int: number of milliseconds to skip 1000 = 1 second
*/ */
public void seekToAudio(String id, int milliseconds) { public void seekToAudio(String id, int milliseconds) {
AudioPlayer audio = this.players.get(id); AudioPlayer audio = this.players.get(id);