amalgame/commit

FIXED: typo in comment

authorJacco van Ossenbruggen
Fri Sep 5 19:18:37 2014 +0200
committerJacco van Ossenbruggen
Fri Sep 5 19:18:37 2014 +0200
commit2838f8fedd96538c2badbabf9881378f3f157a10
treea292eaa1973a59f2475d365953a88c39cceed696
parent9fab3c7b1fe2f653ae4fd63af61fb8a1f5164e9e
Diff style: patch stat
diff --git a/lib/ag_modules/arity_select.pl b/lib/ag_modules/arity_select.pl
index 40256f9..51bb0bf 100644
--- a/lib/ag_modules/arity_select.pl
+++ b/lib/ag_modules/arity_select.pl
@@ -45,7 +45,7 @@ select_1_1(Mapping, Sel, Dis) :-
 
 %%	select_n_1(+Mapping, -Mapping_n_1, -Rest)
 %
-%	Selected contains all correspondance where a source is mapped to
+%	Selected contains all correspondences where a source is mapped to
 %	only one target.
 select_n_1(Mapping, Sel, Dis) :-
 	select_n_1_raw(Mapping, Sel0, Dis0),
@@ -88,6 +88,3 @@ select_1_n_no_sort([align(S,T,P)|As], A1, A2) :-
 	    A1 = A1Rest
 	),
 	select_1_n_no_sort(Rest, A1Rest, A2Rest).
-
-
-