[vlc-commits] i18n: typo on "amount"
    Michał Trzebiatowski 
    git at videolan.org
       
    Tue Dec  5 00:41:45 CET 2017
    
    
  
vlc | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Fri Dec  1 19:55:35 2017 +0100| [512b4e55764d8f63ff9f836c7bc853c7c13892eb] | committer: Jean-Baptiste Kempf
i18n: typo on "amount"
Signed-off-by: Michał Trzebiatowski <michtrz at gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=512b4e55764d8f63ff9f836c7bc853c7c13892eb
---
 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 c9c0b229c0..525e55db1b 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"),
    
    
More information about the vlc-commits
mailing list