diff options
Diffstat (limited to 'indra/llmath/v3color.h')
-rw-r--r-- | indra/llmath/v3color.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/v3color.h b/indra/llmath/v3color.h index 05f6186893..2b9f48bd43 100644 --- a/indra/llmath/v3color.h +++ b/indra/llmath/v3color.h @@ -160,7 +160,7 @@ void LLColor3::clamp() // Non-member functions F32 distVec(const LLColor3 &a, const LLColor3 &b); // Returns distance between a and b -F32 distVec_squared(const LLColor3 &a, const LLColor3 &b);// Returns distance sqaured between a and b +F32 distVec_squared(const LLColor3 &a, const LLColor3 &b);// Returns distance squared between a and b inline LLColor3::LLColor3(void) { |