[m-rev.] trivial diff: fix typo in user's guide
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Jul 24 19:02:45 AEST 2007
Estimated hours taken: 0
Branches: main
Fix a typo in the user's guide.
doc/user_guide.texi:
s/intialised/initialised/
Julien.
Index: user_guide.texi
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/doc/user_guide.texi,v
retrieving revision 1.536
diff -u -r1.536 user_guide.texi
--- user_guide.texi 20 Jul 2007 01:22:03 -0000 1.536
+++ user_guide.texi 24 Jul 2007 09:00:47 -0000
@@ -9817,7 +9817,7 @@
Programs written in a language other than Mercury should not make calls
to foreign exported Mercury procedures unless the Mercury runtime has been
initialised.
-(In the case where the Mercury runtime has not been intialised the
+(In the case where the Mercury runtime has not been initialised the
behaviour of these calls is undefined.)
Such programs must also ensure that any module specific initialisation is
performed before calling foreign exported procedures in Mercury modules.
--------------------------------------------------------------------------
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