**** Merged from MCS ****
[mono.git] / mcs / gmcs / flowanalysis.cs
index 120e958ab52c161b35fa360a3a405d4387a4b5c0..2b227718a291bafed7146ac0fb2fbd9590d33fc0 100644 (file)
@@ -1017,7 +1017,7 @@ namespace Mono.CSharp
 
                                Report.Error (177, loc, "The out parameter `" +
                                              var.Name + "' must be " +
-                                             "assigned before control leave the current method.");
+                                             "assigned before control leaves the current method.");
                        }
                }