[vlc-commits] i18n: Nemory stream -> Memory stream
Michał Trzebiatowski
git at videolan.org
Tue Nov 28 12:30:37 CET 2017
vlc | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Sat Nov 25 15:50:46 2017 +0100| [95cc776fec3f44c99abee34f9bd0e5d20cfab40b] | 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=95cc776fec3f44c99abee34f9bd0e5d20cfab40b
---
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