From 8d941dc68e19fe15567a992844eac36a5f3e2e1b Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Sat, 12 Jul 2014 23:08:49 +0900 Subject: [PATCH] fix typo --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index 56cb17d..58d01e5 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -45,7 +45,7 @@ elm_main(int argc, char **argv) " Where OPTIONS can ben" " -e ENGINE\n" " ENGINE is one of gstreamer1, xine or vlc\n" - " The default is gtsreamer1\n" + " The default is gstreamer1\n" " -h | -help | --help\n" " This help\n"); exit(0);