Browse Source

minor typo

David Rose 20 years ago
parent
commit
dc35f4dfff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/eggbase/eggBase.cxx

+ 1 - 1
pandatool/src/eggbase/eggBase.cxx

@@ -101,7 +101,7 @@ add_normals_options() {
   add_option
     ("tbnall", "", 48,
      "Compute tangent and binormal for all texture coordinate "
-     "set(s).  This is equivalent to -tbn \"*\".",
+     "sets.  This is equivalent to -tbn \"*\".",
      &EggBase::dispatch_none, &_got_tbnall);
 }