projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a5823
)
wwviaudio: spelling fix
author
Brad Hards
<bradh@frogmouth.net>
Sun, 16 Jan 2011 06:50:51 +0000
(17:50 +1100)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000
(16:28 +1030)
ccan/wwviaudio/wwviaudio.c
patch
|
blob
|
history
diff --git
a/ccan/wwviaudio/wwviaudio.c
b/ccan/wwviaudio/wwviaudio.c
index 6ce89577fd22df7a451b231e7dd4ad25f5d9ca7d..5870411a39f40f1c13197f0b347267944d06a9cb 100644
(file)
--- a/
ccan/wwviaudio/wwviaudio.c
+++ b/
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 occur
r
ed while using the portaudio stream\n");
fprintf(stderr, "Error number: %d\n", rc);
fprintf(stderr, "Error message: %s\n", Pa_GetErrorText(rc));
}