fix typo.
authorJohannes Roith <johannes@mono-cvs.ximian.com>
Sat, 11 Jan 2003 23:18:54 +0000 (23:18 -0000)
committerJohannes Roith <johannes@mono-cvs.ximian.com>
Sat, 11 Jan 2003 23:18:54 +0000 (23:18 -0000)
svn path=/trunk/mcs/; revision=10395

mcs/mcs/codegen.cs

index fc53ab73f819a5f85f47819f97b6b41c3faee111..abb8d59ad502dcbdf5faf270a7998d487b332ac1 100755 (executable)
@@ -188,7 +188,7 @@ namespace Mono.CSharp {
                        try {
                                AssemblyBuilder.Save (Basename (name));
                        } catch (System.IO.IOException io){
-                               Report.Error (16, "Coult not write to file `"+name+"', cause: " + io.Message);
+                               Report.Error (16, "Could not write to file `"+name+"', cause: " + io.Message);
                        }
                }