diff options
| author | luz paz <luzpaz@pm.me> | 2022-08-02 16:16:13 -0400 |
|---|---|---|
| committer | luz paz <luzpaz@pm.me> | 2022-08-02 16:16:13 -0400 |
| commit | b3066e45f5458253e59901d2f4fb915e5688b3c3 (patch) | |
| tree | 61922131a971eb832a6e1b33a9c13ecb9b3830a2 /RtAudio.cpp | |
| parent | d4ce280e9cd2358b67474e19c0b83f6645c3c13b (diff) | |
Fix various typos
Found via `codespell -q 3 -L buss,inout,inport,pevents,parm,ro`
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index afc15c8..55a9597 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -3348,7 +3348,7 @@ RtApiAsio :: RtApiAsio() coInitialized_ = false; HRESULT hr = CoInitialize( NULL ); if ( FAILED(hr) ) { - errorText_ = "RtApiAsio::ASIO requires a single-threaded appartment. Call CoInitializeEx(0,COINIT_APARTMENTTHREADED)"; + errorText_ = "RtApiAsio::ASIO requires a single-threaded apartment. Call CoInitializeEx(0,COINIT_APARTMENTTHREADED)"; error( RTAUDIO_WARNING ); } coInitialized_ = true; |
