summaryrefslogtreecommitdiff
path: root/tests/src/Interop
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop')
-rw-r--r--tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp b/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp
index e80896babd..410306c98d 100644
--- a/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp
+++ b/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/LPArrayNative/MarshalArrayByValArrayNative.cpp
@@ -79,7 +79,7 @@ BOOL Equals(T *pActual, int cActual, T *pExpected, int cExpected)
else if ( cActual != cExpected )
{
printf("WARNING: Test error - %s\n", __FUNCSIG__);
- printf("Array Length: expected: %d, actutl: %d\n", cExpected, cActual);
+ printf("Array Length: expected: %d, actual: %d\n", cExpected, cActual);
return FALSE;
}