From 7172e7aa224e5c2180008ab48ec8628815b1c84c Mon Sep 17 00:00:00 2001 From: seoz Date: Thu, 28 Apr 2011 15:45:32 +0000 Subject: [PATCH] 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 --- src/bin/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4