# HG changeset patch # User Mike Pavone # Date 1246051471 14400 # Node ID 0c9272a96b58151e4cd6b808f94e5b9caf70f560 # Parent 20d40cb8abf38852c374ee69082f876981d68745# Parent 9749109b3198c7f3036f4813d41044ae82223ee9 Merged change diff -r 20d40cb8abf3 -r 0c9272a96b58 parser.c --- a/parser.c Fri Jun 26 17:23:20 2009 -0400 +++ b/parser.c Fri Jun 26 17:24:31 2009 -0400 @@ -703,7 +703,7 @@ if(worker_expr && num_inputs < expected_in) { if(block_attach) - printf("Warning: Worker %s is attached to block both explicityly and implicity (i.e. at least one input was stated as ~, but there are still unsatisfied inputs)\n", workername); + printf("Warning: Worker %s is attached to block both explicitly and implicitly (i.e. at least one input was stated as ~, but there are still unsatisfied inputs)\n", workername); if(expected_in - num_inputs > 1) printf("Warning: More than one input of worker %s implicitly tied to block (%d inputs implicitly tied)", workername, expected_in - num_inputs); for(i = num_inputs; i < expected_in; ++i)