this was starting to annoy me :P

SVN revision: 10322
This commit is contained in:
tsauerbeck 2004-05-22 19:59:32 +00:00 committed by tsauerbeck
parent 34f26b39c0
commit 5cfffec48b
1 changed files with 1 additions and 1 deletions

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