audio: Misspelling

This commit is contained in:
Hajime Hoshi 2016-04-10 02:14:20 +09:00
parent b9752ce97c
commit 65cbbdd5d9

View File

@ -138,7 +138,7 @@ func (p *Player) Proceed() error {
p.alSource.Rewind() p.alSource.Rewind()
p.alSource.Play() p.alSource.Play()
if err := openal.Err(); err != nil { if err := openal.Err(); err != nil {
return fmt.Errorf("driver: Rwind or Play: %v", err) return fmt.Errorf("driver: Rewind or Play: %v", err)
} }
} }