Corrected minor comment typos.
Conflicts: src/prune_theorems.c
This commit is contained in:
parent
fb28a98086
commit
8372078d07
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user