[m-rev.] trivial diff: fix typos in options.m

Simon Taylor stayl at cs.mu.OZ.AU
Sun Nov 4 03:09:59 AEDT 2001


Estimated hours taken: 0.1

compiler/options.m:
	Fix typos in my change to add the options for `--make'.

Index: options.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/options.m,v
retrieving revision 1.339
diff -u -u -r1.339 options.m
--- options.m	24 Oct 2001 07:09:54 -0000	1.339
+++ options.m	3 Nov 2001 16:07:40 -0000
@@ -1210,8 +1210,8 @@
 long_option("shared-library-extension",	shared_library_extension).
 long_option("library-extension",	library_extension).
 long_option("executable-file-extension", executable_file_extension).
-long_option("create-archive-comand",	create_archive_command).
-long_option("create-archive-comand-flags", create_archive_command_flags).
+long_option("create-archive-command",	create_archive_command).
+long_option("create-archive-command-flags", create_archive_command_flags).
 
 long_option("java-compiler",		java_compiler).
 long_option("javac",			java_compiler).
--------------------------------------------------------------------------
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