From e09d5fcefc813b24543417dd46706353406c7685 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 14 Jul 2014 20:29:23 -0700 Subject: [PATCH] Typo Signed-off-by: Ronnie Sahlberg --- test-tool/test_get_lba_status_unmap_single.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-tool/test_get_lba_status_unmap_single.c b/test-tool/test_get_lba_status_unmap_single.c index d493092..1df03d5 100644 --- a/test-tool/test_get_lba_status_unmap_single.c +++ b/test-tool/test_get_lba_status_unmap_single.c @@ -91,7 +91,7 @@ test_get_lba_status_unmap_single(void) lbasd->lba, i); CU_FAIL("[FAILED] GET_LBA_STATUS command: " "LBA offset in first descriptor does not match " - "teh LBA in the CDB."); + "the LBA in the CDB."); scsi_free_scsi_task(task_ret); return; } @@ -160,7 +160,7 @@ test_get_lba_status_unmap_single(void) lbasd->lba, i); CU_FAIL("[FAILED] GET_LBA_STATUS command: " "LBA offset in first descriptor does not match " - "teh LBA in the CDB."); + "the LBA in the CDB."); scsi_free_scsi_task(task_ret); return; } @@ -215,7 +215,7 @@ test_get_lba_status_unmap_single(void) lbasd->lba, i); CU_FAIL("[FAILED] GET_LBA_STATUS command: " "LBA offset in first descriptor does not match " - "teh LBA in the CDB."); + "the LBA in the CDB."); scsi_free_scsi_task(task_ret); return; }