summaryrefslogtreecommitdiff
path: root/src/vm/typeparse.cpp
diff options
context:
space:
mode:
authorJon Hanna <jon@hackcraft.net>2016-12-05 07:22:10 +0000
committerJan Kotas <jkotas@microsoft.com>2016-12-04 23:22:10 -0800
commite5946c901f3f82f668ee4322b300f195c43cecaf (patch)
treedf4b2a5ff97c7b3e22508d1e8ada7974e3a49372 /src/vm/typeparse.cpp
parent6ed21c52f25243b7cc1c64b19a47bbd4beb69314 (diff)
downloadcoreclr-e5946c901f3f82f668ee4322b300f195c43cecaf.tar.gz
coreclr-e5946c901f3f82f668ee4322b300f195c43cecaf.tar.bz2
coreclr-e5946c901f3f82f668ee4322b300f195c43cecaf.zip
Fix several misspellings of exception and "a exception". (#8442)
Diffstat (limited to 'src/vm/typeparse.cpp')
-rw-r--r--src/vm/typeparse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/typeparse.cpp b/src/vm/typeparse.cpp
index e8e4e74ee8..28521f1839 100644
--- a/src/vm/typeparse.cpp
+++ b/src/vm/typeparse.cpp
@@ -1926,7 +1926,7 @@ DomainAssembly * LoadDomainAssembly(
{
Exception *ex = GET_EXCEPTION();
- // Let non-File-not-found execeptions propagate
+ // Let non-File-not-found exceptions propagate
if (EEFileLoadException::GetFileLoadKind(ex->GetHR()) != kFileNotFoundException)
EX_RETHROW;
}