[vlc-devel] [PATCH 09/10] video_output: fix spelling mistakes
Eric Engestrom
eric at engestrom.ch
Sat Apr 2 16:50:39 CEST 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
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
*
--
2.8.0
More information about the vlc-devel
mailing list