go bindings: fix typo
[rtaudio-cdist.git] / 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