X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fmcs%2Fdelegate.cs;h=4a0e4af6fc896df171530249f820649ebb8df0d5;hb=1db2001526e816a5ca41f1247635cfcb5fca020d;hp=8553856ac585229093f9edb551cd9f993ce78276;hpb=a341404ecdd3b5ca2ed0ab1e9a5bcb9b5ccd2566;p=mono.git diff --git a/mcs/mcs/delegate.cs b/mcs/mcs/delegate.cs index 8553856ac58..4a0e4af6fc8 100644 --- a/mcs/mcs/delegate.cs +++ b/mcs/mcs/delegate.cs @@ -535,7 +535,7 @@ namespace Mono.CSharp { void ResolveConditionalAccessReceiver (ResolveContext rc) { - // LAMESPEC: Not sure why this is explicitly disalloed with very odd error message + // LAMESPEC: Not sure why this is explicitly disallowed with very odd error message if (!rc.HasSet (ResolveContext.Options.DontSetConditionalAccessReceiver) && method_group.HasConditionalAccess ()) { Error_OperatorCannotBeApplied (rc, loc, "?", method_group.Type); }