[MLton-commit] r5664
Ville Laurikari
ville at mlton.org
Thu Jun 21 10:52:41 PDT 2007
Fixed a typo.
----------------------------------------------------------------------
U mlton/trunk/mlton/elaborate/elaborate-core.fun
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/elaborate/elaborate-core.fun
===================================================================
--- mlton/trunk/mlton/elaborate/elaborate-core.fun 2007-06-21 16:34:15 UTC (rev 5663)
+++ mlton/trunk/mlton/elaborate/elaborate-core.fun 2007-06-21 17:52:40 UTC (rev 5664)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -662,7 +662,7 @@
then
(Control.error
(region,
- seq [str "contructor must be used with argument in pattern: ",
+ seq [str "constructor must be used with argument in pattern: ",
Ast.Longvid.layout name],
empty)
; dontCare ())
More information about the MLton-commit
mailing list