xtest_1000.c: fix spelling errors

Fix various spelling errors found in the 1xxx tests.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/host/xtest/regression_1000.c b/host/xtest/regression_1000.c
index 01b7814..6aafa4b 100644
--- a/host/xtest/regression_1000.c
+++ b/host/xtest/regression_1000.c
@@ -683,7 +683,7 @@
 	if (res) {
 		if (ADBG_EXPECT_TEEC_RESULT(c, TEEC_ERROR_ITEM_NOT_FOUND,
 					    res))
-			Do_ADBG_Log("PTA Secure Storage TA Managment not found: skip test");
+			Do_ADBG_Log("PTA Secure Storage TA Management not found: skip test");
 		return;
 	}
 	TEEC_CloseSession(&session);
@@ -1139,7 +1139,7 @@
 
 	/*
 	 * Concurrency can be limited by several factors, for instance in a
-	 * single CPU system it's dependent on the Preemtion Model used by
+	 * single CPU system it's dependent on the Preemption Model used by
 	 * the kernel (Preemptible Kernel (Low-Latency Desktop) gives the
 	 * best result there).
 	 */
@@ -1222,7 +1222,7 @@
 #endif
 }
 ADBG_CASE_DEFINE(regression, 1013, xtest_tee_test_1013,
-		"Test concurency with concurrent TA");
+		"Test concurrency with concurrent TA");
 
 #ifdef CFG_SECURE_DATA_PATH
 static void xtest_tee_test_1014(ADBG_Case_t *c)
@@ -1403,7 +1403,7 @@
 	TEEC_SharedMemory shm = { };
 	TEEC_Result ret = TEEC_ERROR_GENERIC;
 	size_t page_size = 4096;
-	/* Intentionnally not 4kB aligned and odd */
+	/* Intentionally not 4kB aligned and odd */
 	uint8_t buffer[6001] = { };
 
 	if (!ADBG_EXPECT_TEEC_SUCCESS(c,
@@ -1413,7 +1413,7 @@
 							      &ret_orig)))
 		return;
 
-	Do_ADBG_BeginSubCase(c, "Out of bounds > 4kB on allocateed shm");
+	Do_ADBG_BeginSubCase(c, "Out of bounds > 4kB on allocated shm");
 
 	shm.size = 8 * page_size;
 	shm.flags = TEEC_MEM_INPUT | TEEC_MEM_OUTPUT;