[vlc-commits] Spelling fix

Rémi Denis-Courmont git at videolan.org
Thu Aug 9 16:27:52 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug  9 17:27:36 2012 +0300| [44488d6d4cd586d9cafc9f5a0a2325a6a5285be2] | committer: Rémi Denis-Courmont

Spelling fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44488d6d4cd586d9cafc9f5a0a2325a6a5285be2
---

 modules/audio_output/waveout.c |    2 +-
 modules/video_output/xcb/glx.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/audio_output/waveout.c b/modules/audio_output/waveout.c
index dc355cd..dab99e9 100644
--- a/modules/audio_output/waveout.c
+++ b/modules/audio_output/waveout.c
@@ -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
  ****************************************************************************/
diff --git a/modules/video_output/xcb/glx.c b/modules/video_output/xcb/glx.c
index 4f9b933..ce8f3ae 100644
--- a/modules/video_output/xcb/glx.c
+++ b/modules/video_output/xcb/glx.c
@@ -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;
         }
 



More information about the vlc-commits mailing list