Corrected minor comment typos.

Conflicts:
	src/prune_theorems.c
This commit is contained in:
Cas Cremers 2012-12-14 16:59:21 +01:00
parent fb28a98086
commit 8372078d07

View File

@ -254,7 +254,7 @@ prune_theorems (const System sys)
{ {
indentPrint (); indentPrint ();
eprintf eprintf
("Pruned because some local variable was incorrectly subsituted.\n"); ("Pruned because some local variable was incorrectly substituted.\n");
} }
return true; return true;
} }
@ -473,7 +473,7 @@ so technically this is a bug. Don't use.
if (switches.output == PROOF) if (switches.output == PROOF)
{ {
indentPrint (); indentPrint ();
eprintf ("Pruned because intruder can never construnct "); eprintf ("Pruned because intruder can never construct ");
termPrint (b->term); termPrint (b->term);
eprintf ("\n"); eprintf ("\n");
} }