Skip to content

Commit

Permalink
SDL_QSA_AUDIO.C: Correct spelling mistake
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
raziel- authored and icculus committed Oct 30, 2022
1 parent 57973cd commit 61f3662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/qsa/SDL_qsa_audio.c
Expand Up @@ -117,7 +117,7 @@ QSA_WaitDevice(_THIS)
int result;

/* Setup timeout for playing one fragment equal to 2 seconds */
/* If timeout occured than something wrong with hardware or driver */
/* If timeout occurred than something wrong with hardware or driver */
/* For example, Vortex 8820 audio driver stucks on second DAC because */
/* it doesn't exist ! */
result = SDL_IOReady(this->hidden->audio_fd,
Expand Down

0 comments on commit 61f3662

Please sign in to comment.