tests: libpldm_bios_table_test: Fix 'Itearator' typo

Too many 'a's!

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Iab0afe009b8f47354a7f493951d9c5bebca41c3f
diff --git a/tests/libpldm_bios_table_test.cpp b/tests/libpldm_bios_table_test.cpp
index 19204a6..55280f8 100644
--- a/tests/libpldm_bios_table_test.cpp
+++ b/tests/libpldm_bios_table_test.cpp
@@ -1103,7 +1103,7 @@
     EXPECT_EQ(entry, nullptr);
 }
 
-TEST(Itearator, DeathTest)
+TEST(Iterator, DeathTest)
 {
 
     Table table(256, 0);