minor typo

This commit is contained in:
David Rose 2005-08-03 23:22:44 +00:00
parent dfa0f96e3c
commit dc35f4dfff

View File

@ -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);
}