[vlc-commits] video_output: fix spelling mistakes
Eric Engestrom
git at videolan.org
Sat Apr 2 17:13:32 CEST 2016
vlc | branch: master | Eric Engestrom <eric at engestrom.ch> | Sat Apr 2 15:50:39 2016 +0100| [38f7fff8d6774b6aaa87b0e327d8e48f9def72fc] | committer: Rémi Denis-Courmont
video_output: fix spelling mistakes
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38f7fff8d6774b6aaa87b0e327d8e48f9def72fc
---
src/video_output/display.c | 2 +-
src/video_output/display.h | 2 +-
src/video_output/vout_subpictures.c | 6 +++---
src/video_output/window.c | 2 +-
src/video_output/window.h | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/video_output/display.c b/src/video_output/display.c
index e2af5cf..ecf661a 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -1,5 +1,5 @@
/*****************************************************************************
- * display.c: "vout display" managment
+ * display.c: "vout display" management
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
diff --git a/src/video_output/display.h b/src/video_output/display.h
index ce20111..7bf94cc 100644
--- a/src/video_output/display.h
+++ b/src/video_output/display.h
@@ -1,5 +1,5 @@
/*****************************************************************************
- * display.h: "vout display" managment
+ * display.h: "vout display" management
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
diff --git a/src/video_output/vout_subpictures.c b/src/video_output/vout_subpictures.c
index 196038a..63a5a65 100644
--- a/src/video_output/vout_subpictures.c
+++ b/src/video_output/vout_subpictures.c
@@ -96,7 +96,7 @@ struct spu_private_t {
};
/*****************************************************************************
- * heap managment
+ * heap management
*****************************************************************************/
static void SpuHeapInit(spu_heap_t *heap)
{
@@ -257,7 +257,7 @@ static void SpuRenderText(spu_t *spu, bool *rerender_text,
* time-dependent text (and effects). The first indicates
* the total amount of time the text will be on screen,
* the second the amount of time it has already been on
- * screen (can be a negative value as text is layed out
+ * screen (can be a negative value as text is laid out
* before it is rendered) and the third is a feedback
* variable from the renderer - if the renderer sets it
* then this particular text is time-dependent, eg. the
@@ -550,7 +550,7 @@ static void SpuSelectSubpictures(spu_t *spu,
channel[channel_count++] = i_channel;
}
- /* Fill up the subpicture_array arrays with relevent pictures */
+ /* Fill up the subpicture_array arrays with relevant pictures */
for (int i = 0; i < channel_count; i++) {
subpicture_t *available_subpic[VOUT_MAX_SUBPICTURES];
bool is_available_late[VOUT_MAX_SUBPICTURES];
diff --git a/src/video_output/window.c b/src/video_output/window.c
index 45fa27f..8b3826a 100644
--- a/src/video_output/window.c
+++ b/src/video_output/window.c
@@ -1,5 +1,5 @@
/*****************************************************************************
- * window.c: "vout window" managment
+ * window.c: "vout window" management
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
* $Id$
diff --git a/src/video_output/window.h b/src/video_output/window.h
index ba8989d..1b123c3 100644
--- a/src/video_output/window.h
+++ b/src/video_output/window.h
@@ -1,5 +1,5 @@
/*****************************************************************************
- * window.h: window managment for VLC video output
+ * window.h: window management for VLC video output
*****************************************************************************
* Copyright © 2014 Rémi Denis-Courmont
*
More information about the vlc-commits
mailing list