fix misspells

occured -> occurred
aquired -> acquired
accomodate -> accommodate
seperate -> separate
etc.
This commit is contained in:
a.borisov
2023-10-21 14:52:43 +03:00
committed by David Reid
parent 0bb56819a8
commit fe5f17ecf3
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ ma_result do_conversion(ma_decoder* pDecoder, ma_encoder* pEncoder)
MA_ASSERT(pEncoder != NULL);
/*
All we do is read from the decoder and then write straight to the encoder. All of the neccessary data conversion
All we do is read from the decoder and then write straight to the encoder. All of the necessary data conversion
will happen internally.
*/
for (;;) {