Spelling fix

This commit is contained in:
Lirusaito
2012-01-09 05:20:12 -05:00
parent be700d0719
commit 35333f0105

View File

@@ -106,7 +106,7 @@ LLToolBrushLand::LLToolBrushLand()
U8 LLToolBrushLand::getBrushIndex()
{
// find the best index for desired size
// (compatibility with old sims, brush_index is now depricated - DEV-8252)
// (compatibility with old sims, brush_index is now deprecated - DEV-8252)
U8 index = 0;
for (U8 i = 0; i < LAND_BRUSH_SIZE_COUNT; i++)
{