Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2004-12-30 07:43:01 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2004-12-30 07:43:01 +0300
commite92c639ab86c2a01b1977f266804e5d9c073a87b (patch)
treee29766e211ea899f664b3ea9984327bcf4b42550 /mcs/errors/cs0122-8.cs
parentc9272f25c37c8540c2c8caabb0f303c554832d62 (diff)
Fix the name in the error
svn path=/trunk/mcs/; revision=38172
Diffstat (limited to 'mcs/errors/cs0122-8.cs')
-rw-r--r--mcs/errors/cs0122-8.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0122-8.cs b/mcs/errors/cs0122-8.cs
index c3513f5d2c8..4d868c63614 100644
--- a/mcs/errors/cs0122-8.cs
+++ b/mcs/errors/cs0122-8.cs
@@ -1,4 +1,4 @@
-// error CS0122: 'A.AnEvent' is inaccessible due to its protection level
+// error CS0122: 'A.member' is inaccessible due to its protection level
//
// NOTE: if `member' were a field or a property, this'd be CS1540