[vlc-commits] i18n: typo on "amount"

Michał Trzebiatowski git at videolan.org
Tue Dec 5 11:48:45 CET 2017


vlc/vlc-3.0 | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Fri Dec  1 19:55:35 2017 +0100| [7e796a0b348c72278287b5e8f5adce38c5c8e708] | 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>
(cherry picked from commit 512b4e55764d8f63ff9f836c7bc853c7c13892eb)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7e796a0b348c72278287b5e8f5adce38c5c8e708
---

 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