Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"
authorJon Hanna <jon@hackcraft.net>
Fri, 14 Aug 2015 17:28:00 +0000 (18:28 +0100)
committerJon Hanna <jon@hackcraft.net>
Fri, 14 Aug 2015 17:28:00 +0000 (18:28 +0100)
commitb07498db7d68ca9b899c243a108b5d086f6a3b32
tree1dcded387e310c13b476ea3d7cacec12c1323a02
parent7dfc09b70f883472680a5b94521bcd04b6f019c8
Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"

Mostly just in comments, test case and trace text, but the exception
thrown if you try to GetInterfaceMap on an array type has it in
the description.
41 files changed:
src/classlibnative/nls/nlsinfo.cpp
src/inc/tls.h
src/jit/sm.h
src/mscorlib/src/System/Reflection/Emit/AssemblyBuilder.cs
src/mscorlib/src/System/Reflection/MethodInfo.cs
src/mscorlib/src/mscorlib.txt
src/pal/src/cruntime/wchar.cpp
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/GetModuleFileNameA.c
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/testinfo.dat
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/GetModuleFileNameA.c
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/testinfo.dat
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/GetModuleFileNameW.c
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/testinfo.dat
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/GetModuleFileNameW.c
src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/testinfo.dat
src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/GetProcessHeap.c
src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/testinfo.dat
src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/HeapAlloc.c
src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/HeapAlloc.c
src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/HeapAlloc.c
src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/HeapFree.c
src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/ReadProcessMemory_neg.c
src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/ReadProcessMemory.c
src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/test2.c
src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/GetCalendarInfoW.c
src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/GetCalendarInfoW.c
src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/GetDateFormatW_neg.c
src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/GetDateFormatW_neg.c
src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/GetDateFormatW.c
src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/PAL_GetPALDirectoryW.c
src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/PAL_GetUserTempDirectoryW.c
src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/testinfo.dat
src/vm/comdelegate.cpp
src/vm/excep.cpp
src/vm/frames.h
src/vm/i386/asmhelpers.asm
src/vm/memberload.cpp
src/vm/proftoeeinterfaceimpl.cpp
src/vm/stdinterfaces.cpp
src/vm/tlbexport.cpp
src/zap/zapinfo.cpp