Elementary test.c: Fixed doxygen typo.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 28 Apr 2011 15:45:32 +0000 (15:45 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 28 Apr 2011 15:45:32 +0000 (15:45 +0000)
SVN revision: 59011

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