From 4183cd3d102ff5db8637f854fc4c7b7f8e9af1c5 Mon Sep 17 00:00:00 2001 From: Paulo Moura Date: Thu, 24 Jul 2014 09:46:47 +0100 Subject: [PATCH] Fix typo in `aggregate` module name --- swi/library/aggregate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swi/library/aggregate.pl b/swi/library/aggregate.pl index b0c1f2948..5547539e2 100644 --- a/swi/library/aggregate.pl +++ b/swi/library/aggregate.pl @@ -29,7 +29,7 @@ the GNU General Public License. */ -:- module(aggretate, +:- module(aggregate, [ foreach/2, % :Generator, :Goal aggregate/3, % +Templ, :Goal, -Result aggregate/4, % +Templ, +Discrim, :Goal, -Result