changeset 27:0c9272a96b58

Merged change
author Mike Pavone <pavone@retrodev.com>
date Fri, 26 Jun 2009 17:24:31 -0400
parents 20d40cb8abf3 (current diff) 9749109b3198 (diff)
children d8b4d38fceb6
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)