Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Alama committed Nov 18, 2011
1 parent d58c980 commit d3b9035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reprove-semantically-summarize.sh
Expand Up @@ -102,7 +102,7 @@ eprover_provable=0;
grep --silent 'Refutation found' "$vampire_proof" > /dev/null 2>&1;

if [ $? -eq "0" ]; then
vapire_provable=1;
vampire_provable=1;
fi

grep --silent 'end of proof' "$prover9_proof" > /dev/null 2>&1;
Expand Down

0 comments on commit d3b9035

Please sign in to comment.