diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:56:09 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:56:09 -0700 |
commit | 6eecbd89436bd73c903885803653481152403f98 (patch) | |
tree | 94528de794a80d958616945e740eb5971d5d7e45 /gr-audio/lib/osx/osx_source.cc | |
parent | d7eaf6e1ed531c1e765905875669282ae79752ee (diff) | |
parent | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-audio/lib/osx/osx_source.cc')
-rw-r--r-- | gr-audio/lib/osx/osx_source.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-audio/lib/osx/osx_source.cc b/gr-audio/lib/osx/osx_source.cc index e37fc07d96..bac94fbd72 100644 --- a/gr-audio/lib/osx/osx_source.cc +++ b/gr-audio/lib/osx/osx_source.cc @@ -436,7 +436,7 @@ namespace gr { kAudioUnitScope_Output, 1, &d_asbd_client, prop_size); check_error_and_throw - (err, "Set Device Ouput Stream Format failed", + (err, "Set Device Output Stream Format failed", "audio_osx_source::setup"); // Get the Stream Format (client side), again |