Commit 67144d5f authored by Brad Hards's avatar Brad Hards Committed by Rusty Russell

wwviaudio: spelling fix

parent b6a58236
......@@ -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));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment