From: seoz Date: Thu, 28 Apr 2011 15:45:32 +0000 (+0000) Subject: Elementary test.c: Fixed doxygen typo. X-Git-Tag: REL_F_I9500_20120323_1~17^2~2816 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7172e7aa224e5c2180008ab48ec8628815b1c84c;hp=217deeb7ce295277f30deeb065e98576faebe243;p=framework%2Fuifw%2Felementary.git Elementary test.c: Fixed doxygen typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59011 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/test.c b/src/bin/test.c index ef5b7ce..1313750 100644 --- a/src/bin/test.c +++ b/src/bin/test.c @@ -423,7 +423,7 @@ elm_main(int argc, char **argv) { char *autorun = NULL; - /* tel elm about our app so it can figure out where to get files */ + /* tell elm about our app so it can figure out where to get files */ elm_app_info_set(elm_main, "elementary", "images/logo.png"); elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR); elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);