go bindings: fix typo
authorSerge A. Zaitsev <zaitsev.serge@gmail.com>
Tue, 3 Oct 2017 09:01:05 +0000 (12:01 +0300)
committerSerge A. Zaitsev <zaitsev.serge@gmail.com>
Tue, 3 Oct 2017 09:01:05 +0000 (12:01 +0300)
rtaudio.go

index 0488daf80045a4f53b654a73c35e559ac3efdfe5..c03394205c682f3a8ae97371dcaaafb55c232b15 100644 (file)
@@ -134,7 +134,7 @@ type DeviceInfo struct {
        SampleRates         []int
 }
 
-// StreamParams is the structure for specifying input or ouput stream parameters.
+// StreamParams is the structure for specifying input or output stream parameters.
 type StreamParams struct {
        DeviceID     uint
        NumChannels  uint