From 9c58022a2e96cf97d42bf284f2cc97ad8e8d9882 Mon Sep 17 00:00:00 2001
From: prep linden <prep@lindenlab.com>
Date: Thu, 27 Jan 2011 17:17:17 -0500
Subject: [PATCH] Renamed function

---
 indra/newview/llvoavatar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 70e4a171414..4a6d303cdd2 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -8168,7 +8168,7 @@ BOOL LLVOAvatar::updateLOD()
 	return res;
 }
 
-void LLVOAvatar::updateLODRiggedAttacmhments( void )
+void LLVOAvatar::updateLODRiggedAttachments( void )
 {
 	updateLOD();
 	rebuildRiggedAttachments();
-- 
GitLab