diff options
author | Matthew Gregan <[email protected]> | 2022-12-07 20:50:37 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2022-12-08 09:24:26 +1300 |
commit | 784f4d7e3fcea486708b1f81e7efcef6860a6ab4 (patch) | |
tree | 5104f432680123e1de6e0107f590970f9289ac3f | |
parent | 93d0b1247fa3bd07004d10dbbc3fe23ab5fafa92 (diff) | |
download | cubeb-784f4d7e3fcea486708b1f81e7efcef6860a6ab4.tar.gz cubeb-784f4d7e3fcea486708b1f81e7efcef6860a6ab4.zip |
wasapi: Typo fix.
-rw-r--r-- | src/cubeb_wasapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_wasapi.cpp b/src/cubeb_wasapi.cpp index 6f8d27b..611efbe 100644 --- a/src/cubeb_wasapi.cpp +++ b/src/cubeb_wasapi.cpp @@ -2802,7 +2802,7 @@ wasapi_stream_init(cubeb * context, cubeb_stream ** stream, *stream = stm.release(); - LOG("Stream init succesfull (%p)", *stream); + LOG("Stream init successful (%p)", *stream); return CUBEB_OK; } |