diff --git a/src/user/user_mesh.cc b/src/user/user_mesh.cc index ab334227..c9446fab 100644 --- a/src/user/user_mesh.cc +++ b/src/user/user_mesh.cc @@ -223,7 +223,7 @@ void mjCMesh::Compile(int vfs_provider) { // check size if (uservert.size()<12) { - throw mjCError(this, "at least 4 verices required"); + throw mjCError(this, "at least 4 vertices required"); } if (uservert.size()%3) { throw mjCError(this, "vertex data must be a multiple of 3");