Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
@ -74,7 +74,7 @@ int AudioStreamPlaybackOggVorbis::_mix_internal(AudioFrame *p_buffer, int p_fram
|
||||
if (beat_length_frames >= 0) {
|
||||
/**
|
||||
* Length determined by beat length
|
||||
* This code is commented out because, in practice, it is prefered that the fade
|
||||
* This code is commented out because, in practice, it is preferred that the fade
|
||||
* is done by the transitioner and this stream just goes on until it ends while fading out.
|
||||
*
|
||||
* End fade implementation is left here for reference in case at some point this feature
|
||||
|
||||
Reference in New Issue
Block a user