From 00bb7df53bff0c31fe2ffa95d0a2cda36e109a67 Mon Sep 17 00:00:00 2001 From: Dylan Shuttleworth Date: Wed, 12 Jul 1995 04:42:16 +0000 Subject: [PATCH] Correcting spelling mistake in module name --- samples/all_solutions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/all_solutions.m b/samples/all_solutions.m index 7a53f2e52..e90fdf174 100644 --- a/samples/all_solutions.m +++ b/samples/all_solutions.m @@ -7,7 +7,7 @@ % predicates are not yet implemented, so if you pass an incorrect argument % to solutions/2, you will probably get a core dump. -:- module all_solutionns. +:- module all_solutions. :- interface. :- import_module io.