From dc35f4dfff13c2def5d6561c1f7a3d9f21a31179 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 3 Aug 2005 23:22:44 +0000 Subject: [PATCH] minor typo --- pandatool/src/eggbase/eggBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/eggbase/eggBase.cxx b/pandatool/src/eggbase/eggBase.cxx index 8736412203..f2c142cba4 100644 --- a/pandatool/src/eggbase/eggBase.cxx +++ b/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); }