[m-rev.] trivial diff: fix typo in options.m
Julien Fischer
juliensf at students.cs.mu.oz.au
Wed Aug 28 15:00:44 AEST 2002
Estimated hours taken: 0.1
Branches: main
compiler/options.m:
Fix a typo.
Index: compiler/options.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/options.m,v
retrieving revision 1.384
diff -u -r1.384 options.m
--- compiler/options.m 22 Aug 2002 07:36:46 -0000 1.384
+++ compiler/options.m 27 Aug 2002 10:18:00 -0000
@@ -3122,7 +3122,7 @@
"\tthat the compiler considers to be deterministic.",
"--constraint-propagation",
"\tEnable the constraint propagation transformation,",
- "\twhich attemps to transform the code so that goals",
+ "\twhich attempts to transform the code so that goals",
"\twhich can fail are executed as early as possible.",
"--local-constraint-propagation",
"\tEnable the constraint propagation transformation,",
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list