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:
authorMiguel de Icaza <miguel@gnome.org>2004-10-26 04:50:25 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-10-26 04:50:25 +0400
commit275eaea447cdf891cc98484815e68afaa27fbb02 (patch)
treecb429910f2487b389e105938e2acde37f17ad05d /web/delegate
parente71a4111065f6c69d8ec28a5cb56c66445fbfa36 (diff)
Flusheroo
svn path=/trunk/mono/; revision=35317
Diffstat (limited to 'web/delegate')
-rw-r--r--web/delegate2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/delegate b/web/delegate
index 5e55ac70856..8d2a77151e6 100644
--- a/web/delegate
+++ b/web/delegate
@@ -6,7 +6,7 @@
collected.
This means that the the delegate is no longer valid, but the
- unmanaged library or code tried to call it.
+ unmanaged library or unmanaged code tried to call it.
To fix this problem make sure that you keep a handle to the
delegate that you are passing into the unmanaged world.