From ab568876383bd7b4dec8cfcc294f849c9bd24cd9 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 15 Oct 2010 18:12:29 +0000 Subject: [PATCH] Fix typo opt needs some love though SVN revision: 53465 --- src/bin/ephoto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto.c b/src/bin/ephoto.c index c44e19a..8b98ec4 100644 --- a/src/bin/ephoto.c +++ b/src/bin/ephoto.c @@ -111,7 +111,7 @@ elm_main(int argc, char **argv) static void _ephoto_display_usage(void) { - printf("Ephoto Useage: \n" + printf("Ephoto Usage: \n" "ephoto --help : This page\n" "ephoto filename : Specifies a file to open\n" "ephoto dirname : Specifies a directory to open\n");