amalgame/commit

MINOR: typon in evalution_error fixed

authorJacco van Ossenbruggen
Tue May 12 14:59:52 2015 +0200
committerJacco van Ossenbruggen
Tue May 12 14:59:52 2015 +0200
commit959aa78cffa93675d9c6c71f2a389c510e074046
tree16f92a2d93cbaa9f9325e4cbaabbb6f3fabcc8bc
parentaebaa92b492fb88e014e433b773e090c501b8511
Diff style: patch stat
diff --git a/lib/amalgame/ag_provenance.pl b/lib/amalgame/ag_provenance.pl
index 1cbb7ff..961c2ab 100644
--- a/lib/amalgame/ag_provenance.pl
+++ b/lib/amalgame/ag_provenance.pl
@@ -97,7 +97,7 @@ prov_ensure_entity(_S, Entity, Graph) :-
 	format(atom(Message),
 	       'Cannot record provenance for ~p in named graph ~p',
 	       [Entity, Graph]),
-	throw(error(evalution_error,
+	throw(error(evaluation_error,
 		    context(prov_ensure_entity/3, Message))).
 
 add_amalgame_prov(Strategy, Process, Results) :-