diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2016-06-20 09:55:57 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:55:57 -0700 |
commit | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch) | |
tree | bf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /gr-audio/lib/osx/osx_source.cc | |
parent | 2a6c82f5c2b719720dc180276c9815287e8a9586 (diff) |
Spelling fixes throughout the tree.
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 |