Elementary test.c: Fixed doxygen typo.

SVN revision: 59011
This commit is contained in:
Daniel Juyung Seo 2011-04-28 15:45:32 +00:00
parent dc81b520aa
commit 4f9e54e674
1 changed files with 1 additions and 1 deletions

View File

@ -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);