Browse Source

wwviaudio: spelling fix

Brad Hards 15 years ago
parent
commit
67144d5f5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/wwviaudio/wwviaudio.c

+ 1 - 1
ccan/wwviaudio/wwviaudio.c

@@ -226,7 +226,7 @@ static void decode_paerror(PaError rc)
 {
 	if (rc == paNoError)
 		return;
-	fprintf(stderr, "An error occured while using the portaudio stream\n");
+	fprintf(stderr, "An error occurred while using the portaudio stream\n");
 	fprintf(stderr, "Error number: %d\n", rc);
 	fprintf(stderr, "Error message: %s\n", Pa_GetErrorText(rc));
 }