diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 4a6d303cdd2a1df5ddcf3bae9909ad9aca36c0e5..70e4a1714141773aedf119fb5ac4553998f694c5 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -8168,7 +8168,7 @@ BOOL LLVOAvatar::updateLOD()
 	return res;
 }
 
-void LLVOAvatar::updateLODRiggedAttachments( void )
+void LLVOAvatar::updateLODRiggedAttacmhments( void )
 {
 	updateLOD();
 	rebuildRiggedAttachments();
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index d27d7be21bfb9b56e9e860483d3f9d51665941dc..75966a0f968d79377438ed24d2690bcc6f42f24d 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -1139,7 +1139,7 @@ const LLViewerJointAttachment *LLVOAvatarSelf::attachObject(LLViewerObject *view
 		LLAppearanceMgr::instance().registerAttachment(attachment_id);
 		// Clear any pending requests once the attachment arrives.
 		removeAttachmentRequest(attachment_id);
-		updateLODRiggedAttacmhments();		
+		updateLODRiggedAttachments();		
 	}
 
 	return attachment;