Browse Source

Merge pull request #96 from yig/patch-1

Fixed typo.

Former-commit-id: 1d0e31c92a980d67b29905e17b310461eafc7e47
Alec Jacobson 9 years ago
parent
commit
d84a06f62d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/tetgen/tetrahedralize.h

+ 1 - 1
include/igl/tetgen/tetrahedralize.h

@@ -33,7 +33,7 @@ namespace igl
     // Outputs:
     //   TV  #V by 3 vertex position list
     //   TT  #T by 4 list of tet face indices
-    //   TF  #F by 3 list of trianlge face indices
+    //   TF  #F by 3 list of triangle face indices
     // Returns status:
     //   0 success
     //   1 tetgen threw exception