[vlc-devel] [PATCH] i18n typo: amount

Michał Trzebiatowski michtrz at gmail.com
Fri Dec 1 19:55:35 CET 2017


Signed-off-by: Michał Trzebiatowski <michtrz at gmail.com>
---
 modules/video_filter/opencv_wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c
index c9c0b22..525e55d 100644
--- a/modules/video_filter/opencv_wrapper.c
+++ b/modules/video_filter/opencv_wrapper.c
@@ -79,7 +79,7 @@ vlc_module_begin ()
     set_callbacks( Create, Destroy )
     add_float_with_range( "opencv-scale", 1.0, 0.1, 2.0,
                           N_("Scale factor (0.1-2.0)"),
-                          N_("Ammount by which to scale the picture before sending it to the internal OpenCV filter"),
+                          N_("Amount by which to scale the picture before sending it to the internal OpenCV filter"),
                           false )
     add_string( "opencv-chroma", "input",
                           N_("OpenCV filter chroma"),
-- 
2.10.0.windows.1



More information about the vlc-devel mailing list