Elementary test.c: Fixed doxygen typo.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Apr 2011 15:45:32 +0000 (15:45 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Apr 2011 15:45:32 +0000 (15:45 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59011 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/test.c

index ef5b7ce..1313750 100644 (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);