@@ -95,7 +95,7 @@ THREE.PLYBinaryExporter.prototype = {
console.error(
'PLYBinaryExporter: Failed to generate a valid PLY file with triangle indices because the ' +
- 'number of faces is not divisible by 3.'
+ 'number of indices is not divisible by 3.'
);
@@ -241,7 +241,7 @@ THREE.PLYExporter.prototype = {
'PLYExporter: Failed to generate a valid PLY file with triangle indices because the ' +