[m-rev.] trivial diff: fix some typos in reference manual and user guide
Julien Fischer
juliensf at students.cs.mu.oz.au
Fri Aug 23 16:21:58 AEST 2002
Estimated hours taken: 0.1
Branches: main
doc/reference_manual.texi:
doc/user_guide.texi:
Fix some typos.
Index: doc/reference_manual.texi
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/reference_manual.texi,v
retrieving revision 1.257
diff -u -r1.257 reference_manual.texi
--- doc/reference_manual.texi 12 Aug 2002 08:09:04 -0000 1.257
+++ doc/reference_manual.texi 17 Aug 2002 08:38:53 -0000
@@ -2466,7 +2466,7 @@
Because the compiler automatically reorders conjunctions to
satisfy the modes, it is often possible for a single clause
-to satisfy different modes. However, occaisionally reordering
+to satisfy different modes. However, occasionally reordering
of conjunctions is not sufficient; you may want to write different
code for different modes.
@@ -5422,7 +5422,7 @@
This defines @var{MercuryTypeName} as a synonym for type
@var{ForeignTypeDescriptor} defined in the foreign language @var{Lang}.
-You must declare @var{MercuryTypeName} using a (posssibly abstract)
+You must declare @var{MercuryTypeName} using a (possibly abstract)
@samp{:- type} declaration as usual. The @samp{pragma foreign_type} must
not have wider visibility than the type declaration (if the
@samp{pragma foreign_type} declaration is in the interface,
Index: doc/user_guide.texi
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/user_guide.texi,v
retrieving revision 1.322
diff -u -r1.322 user_guide.texi
--- doc/user_guide.texi 22 Aug 2002 07:36:51 -0000 1.322
+++ doc/user_guide.texi 23 Aug 2002 04:26:14 -0000
@@ -1919,7 +1919,7 @@
This is useful for commands that have other commands as parameters,
for example @samp{view -w 'xterm -e'}.
Characters that have special meaning to @samp{mdb} will be treated like
-ordinary charaters if they are escaped with a backslash (\).
+ordinary characters if they are escaped with a backslash (\).
It is possible to escape single quotes, whitespace, semicolons, newlines
and the escape character itself.
@@ -5527,7 +5527,7 @@
@item --use-local-vars
@findex --use-local-vars
Disable the transformation to use local variables in C code
-blocks whereever possible.
+blocks wherever possible.
@sp 1
@item --no-optimize-labels
--------------------------------------------------------------------------
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