this was starting to annoy me :P
authortsauerbeck <tsauerbeck>
Sat, 22 May 2004 19:59:32 +0000 (19:59 +0000)
committertsauerbeck <tsauerbeck@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 22 May 2004 19:59:32 +0000 (19:59 +0000)
SVN revision: 10322

legacy/edje/src/lib/edje_embryo.c

index 6699848..582267a 100644 (file)
@@ -939,7 +939,7 @@ _edje_embryo_test_run(Edje *ed, char *fname, char *sig, char *src)
    fn = embryo_program_function_find(ed->collection->script, fname);
    if (fn != EMBRYO_FUNCTION_NONE)
      {
-       printf("EDJE DEBUG: About to run script from progrqm.\n");
+       printf("EDJE DEBUG: About to run script from program.\n");
        embryo_parameter_string_push(ed->collection->script, sig);
        embryo_parameter_string_push(ed->collection->script, src);
          {