From 1f940efbe82d6ba5a9c7f8269f087d0709d77011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Wed, 7 Oct 2015 07:00:15 +0800 Subject: correct word spelling --- src/vm/clsload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm/clsload.cpp') diff --git a/src/vm/clsload.cpp b/src/vm/clsload.cpp index 2798ce2c77..145da42e6e 100644 --- a/src/vm/clsload.cpp +++ b/src/vm/clsload.cpp @@ -5078,7 +5078,7 @@ void AccessCheckOptions::ThrowAccessException( // If the caller and target method are non-null and the same, then this means that we're checking to see // if the method has access to itself in order to validate that it has access to its parameter types, // containing type, and return type. In this case, throw a more informative TypeAccessException to - // describe the error that occured (for instance, "this method doesn't have access to one of its + // describe the error that occurred (for instance, "this method doesn't have access to one of its // parameter types", rather than "this method doesn't have access to itself"). // We only want to do this if we know the exact type that caused the problem, otherwise fall back to // throwing the standard MethodAccessException. -- cgit v1.2.3