Quellcode durchsuchen

SDL_QSA_AUDIO.C: Correct spelling mistake

occured -> occurred
Hubert Maier vor 3 Jahren
Ursprung
Commit
61f3662c95
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/audio/qsa/SDL_qsa_audio.c

+ 1 - 1
src/audio/qsa/SDL_qsa_audio.c

@@ -117,7 +117,7 @@ QSA_WaitDevice(_THIS)
     int result;
     int result;
 
 
     /* Setup timeout for playing one fragment equal to 2 seconds          */
     /* 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 */
     /* For example, Vortex 8820 audio driver stucks on second DAC because */
     /* it doesn't exist !                                                 */
     /* it doesn't exist !                                                 */
     result = SDL_IOReady(this->hidden->audio_fd,
     result = SDL_IOReady(this->hidden->audio_fd,