Fix spelling

This commit is contained in:
Andy Maloney
2017-04-11 16:33:13 -04:00
parent cfe4ee0202
commit b64882f4c7
5 changed files with 7 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ TEST_F(ExporterTest, testCExportInterface)
for(size_t i = 0; i < aiGetExportFormatCount(); ++i) {
const aiExportFormatDesc* const desc = aiGetExportFormatDescription(i);
EXPECT_TRUE(desc);
// rest has aleady been validated by testCppExportInterface
// rest has already been validated by testCppExportInterface
}
}