[xbuild] Fixed a typo in MSBuildUtils.cs
authorStephen Shaw <sgshaw@xactware.com>
Tue, 5 Jun 2012 19:38:01 +0000 (13:38 -0600)
committerStephen Shaw <sgshaw@xactware.com>
Tue, 5 Jun 2012 19:38:01 +0000 (13:38 -0600)
mcs/class/Microsoft.Build.Utilities/Mono.XBuild.Utilities/MSBuildUtils.cs

index 5cd2ea0d998805aad2e7bdc09023ffe20462c10c..9f635b887fe8e43c9c314efcdcef00cc12afd57a 100644 (file)
@@ -112,7 +112,7 @@ namespace Mono.XBuild.Utilities {
                                                sb.Append ('"');
                                                break;
                                        default:
-                                               throw new FormatException ("Unrecogised XML entity '&" + entity + ";'.");
+                                               throw new FormatException ("Unrecognized XML entity '&" + entity + ";'.");
                                        }
                                        i = end;
                                } else