[m-rev.] trivial diff: fix bug #132
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Feb 2 16:29:07 AEDT 2010
Fix bug #132.
compiler/make_hlds_warn.m:
Fix a typo in a warning: s/ccur/occur/
Julien.
Index: compiler/make_hlds_warn.m
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/make_hlds_warn.m,v
retrieving revision 1.33
diff -u -r1.33 make_hlds_warn.m
--- compiler/make_hlds_warn.m 8 Sep 2009 08:14:40 -0000 1.33
+++ compiler/make_hlds_warn.m 2 Feb 2010 05:25:36 -0000
@@ -386,7 +386,7 @@
words("occurs more than once in this scope."), nl]
;
MultiPieces = [words("warning: variables"), MultiVarsPiece,
- words("ccur more than once in this scope."), nl]
+ words("occur more than once in this scope."), nl]
),
MultiMsg = simple_msg(goal_info_get_context(GoalInfo),
[option_is_set(warn_singleton_vars, yes,
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list