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

Spelling fix

parent 23a04c6a
......@@ -843,7 +843,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
****************************************************************************/
......
......@@ -287,7 +287,7 @@ static int Open (vlc_object_t *obj)
GLXFBConfig *confs = glXChooseFBConfig (dpy, snum, attr, &nelem);
if (confs == NULL)
{
msg_Err (vd, "no GLX frame bufer configurations");
msg_Err (vd, "no GLX frame buffer configurations");
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