Commit d8ee86a4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Spelling fix

(cherry picked from commit 44488d6d4cd586d9cafc9f5a0a2325a6a5285be2)
parent 42793363
...@@ -823,7 +823,7 @@ static void CALLBACK WaveOutCallback( HWAVEOUT h_waveout, UINT uMsg, ...@@ -823,7 +823,7 @@ static void CALLBACK WaveOutCallback( HWAVEOUT h_waveout, UINT uMsg,
/**************************************************************************** /****************************************************************************
* WaveOutClearDoneBuffers: Clear all done marked buffers, and free aout_bufer * WaveOutClearDoneBuffers: Clear all done marked buffers, and free buffer
**************************************************************************** ****************************************************************************
* return value is the number of still playing buffers in the queue * return value is the number of still playing buffers in the queue
****************************************************************************/ ****************************************************************************/
......
...@@ -287,7 +287,7 @@ static int Open (vlc_object_t *obj) ...@@ -287,7 +287,7 @@ static int Open (vlc_object_t *obj)
GLXFBConfig *confs = glXChooseFBConfig (dpy, snum, attr, &nelem); GLXFBConfig *confs = glXChooseFBConfig (dpy, snum, attr, &nelem);
if (confs == NULL) if (confs == NULL)
{ {
msg_Err (vd, "no GLX frame bufer configurations"); msg_Err (vd, "no GLX frame buffer configurations");
goto error; goto error;
} }
......
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