summaryrefslogtreecommitdiff
path: root/src/vm/stdinterfaces.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/stdinterfaces.cpp')
-rw-r--r--src/vm/stdinterfaces.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/stdinterfaces.cpp b/src/vm/stdinterfaces.cpp
index a716606053..5e2820184b 100644
--- a/src/vm/stdinterfaces.cpp
+++ b/src/vm/stdinterfaces.cpp
@@ -694,7 +694,7 @@ HRESULT GetITypeLibForAssembly(Assembly *pAssembly, ITypeLib **ppTLB, int bAutoC
goto ErrExit;
}
- // Retrive the major and minor version number.
+ // Retrieve the major and minor version number.
IfFailGo(GetTypeLibVersionForAssembly(pAssembly, &wMajor, &wMinor));
// Maybe the module was imported from COM, and we can get the libid of the existing typelib.