EXP-1853 FIX Misspelled value in llbvhloader.cpp

master
callum 2012-02-03 14:43:38 -08:00
parent ecb18174d4
commit e0b29b67b6
1 changed files with 1 additions and 1 deletions

View File

@ -1570,7 +1570,7 @@ BOOL LLBVHLoader::serialize(LLDataPacker& dp)
constraint_it++)
{
U8 byte = constraint_it->mChainLength;
dp.packU8(byte, "chain_lenght");
dp.packU8(byte, "chain_length");
byte = constraint_it->mConstraintType;
dp.packU8(byte, "constraint_type");