Fix typo
diff --git a/test/test_aabb.dart b/test/test_aabb.dart
index 4d98927..9e95d92 100644
--- a/test/test_aabb.dart
+++ b/test/test_aabb.dart
@@ -333,7 +333,7 @@
     test('AABB3 ByteBuffer instanciation', testAabb3ByteBufferInstanciation);
     test('AABB3 Center', testAabb3Center);
     test('AABB3 Contains Aabb3', testAabb3ContainsAabb3);
-    test('AABB3 Contains Vectro3', testAabb3ContainsVector3);
+    test('AABB3 Contains Vector3', testAabb3ContainsVector3);
     test('AABB3 Contains Triangle', testAabb3ContainsTriangle);
     test('AABB3 Contains Sphere', testAabb3ContainsSphere);
     test('AABB3 Intersection Aabb3', testAabb3IntersectionAabb3);
diff --git a/test/test_sphere.dart b/test/test_sphere.dart
index 91cc7b5..9241567 100644
--- a/test/test_sphere.dart
+++ b/test/test_sphere.dart
@@ -40,7 +40,7 @@
   }
 
   void run() {
-    test('Sphere Contains Vectro3', testSphereContainsVector3);
+    test('Sphere Contains Vector3', testSphereContainsVector3);
     test('Sphere Intersection Vector3', testSphereIntersectionVector3);
     test('Sphere Intersection Sphere', testSphereIntersectionSphere);
   }