[vlc-commits] i18n: Nemory stream -> Memory stream

MichaÅ? Trzebiatowski git at videolan.org
Tue Nov 28 12:29:56 CET 2017


vlc | branch: master | MichaÅ? Trzebiatowski <michtrz at gmail.com> | Sat Nov 25 15:50:46 2017 +0100| [e67dd5804fc369adb87f611645b1873893f88fdd] | committer: Jean-Baptiste Kempf

i18n: Nemory stream -> Memory stream

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=e67dd5804fc369adb87f611645b1873893f88fdd
---

 modules/access/imem-access.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/imem-access.c b/modules/access/imem-access.c
index e37ed25d4f..3a61ead93a 100644
--- a/modules/access/imem-access.c
+++ b/modules/access/imem-access.c
@@ -156,7 +156,7 @@ static void Close(vlc_object_t *object)
 }
 
 vlc_module_begin()
-    set_shortname(N_("Nemory stream"))
+    set_shortname(N_("Memory stream"))
     set_description(N_("In-memory stream input"))
     set_category(CAT_INPUT)
     set_subcategory(SUBCAT_INPUT_ACCESS)



More information about the vlc-commits mailing list