[vlc-commits] Change positionning to positioning
Kaarlo Raiha
git at videolan.org
Sat Jul 30 16:40:41 CEST 2011
vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sat Jul 30 15:49:58 2011 +0300| [01bb3dd63d9a8feddd12ab2b8c863797b084a543] | committer: Rémi Denis-Courmont
Change positionning to positioning
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01bb3dd63d9a8feddd12ab2b8c863797b084a543
---
modules/video_filter/mosaic.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_filter/mosaic.c b/modules/video_filter/mosaic.c
index 9b0ff06..59fb799 100644
--- a/modules/video_filter/mosaic.c
+++ b/modules/video_filter/mosaic.c
@@ -124,12 +124,12 @@ struct filter_sys_t
#define ROWS_TEXT N_("Number of rows")
#define ROWS_LONGTEXT N_( \
"Number of image rows in the mosaic (only used if " \
- "positionning method is set to \"fixed\")." )
+ "positioning method is set to \"fixed\")." )
#define COLS_TEXT N_("Number of columns")
#define COLS_LONGTEXT N_( \
"Number of image columns in the mosaic (only used if " \
- "positionning method is set to \"fixed\"." )
+ "positioning method is set to \"fixed\"." )
#define AR_TEXT N_("Keep aspect ratio")
#define AR_LONGTEXT N_( \
More information about the vlc-commits
mailing list