2
0
Эх сурвалжийг харах

Fixed typo

svn path=/trunk/mcs/; revision=10218
Gonzalo Paniagua Javier 23 жил өмнө
parent
commit
cae5963b24

+ 1 - 1
mcs/class/corlib/System.Reflection/TargetException.cs

@@ -15,7 +15,7 @@ namespace System.Reflection
 	public class TargetException : ApplicationException
 	public class TargetException : ApplicationException
 	{
 	{
 		public TargetException ()
 		public TargetException ()
-			: base (Locale.GetText ("Unable to invoke and invalid target."))
+			: base (Locale.GetText ("Unable to invoke an invalid target."))
 		{
 		{
 		}
 		}