From 861783207605a3bc55d61c53b08b95a455a4bd18 Mon Sep 17 00:00:00 2001 From: Robert Jordan Date: Wed, 17 Sep 2008 11:40:33 +0000 Subject: [PATCH] fix wording svn path=/trunk/mono/; revision=113282 --- mono/tests/bug-415577.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/tests/bug-415577.cs b/mono/tests/bug-415577.cs index 2195bcc5f1f..6e8e92d76dd 100644 --- a/mono/tests/bug-415577.cs +++ b/mono/tests/bug-415577.cs @@ -16,7 +16,7 @@ public class MyContextAttribute: Attribute, IContextAttribute { } } -// CBO class whose objects are always in the corrent context +// CBO class whose objects are always in the correct context class UnlockedCbo : ContextBoundObject { public int Counter; -- 2.25.1