From ac39cb923e86a88aa4750051f9567a9f3e38f06b Mon Sep 17 00:00:00 2001
From: prep <prep@lindenlab.com>
Date: Thu, 22 Mar 2012 17:15:12 -0400
Subject: [PATCH] Fixed header/code inconsistencies

---
 indra/newview/llviewermenu.cpp | 2 +-
 indra/newview/pipeline.cpp     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 390cad65c4a..227f08e26c2 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -3242,7 +3242,7 @@ void append_aggregate(std::string& string, const LLAggregatePermissions& ag_perm
 bool enable_buy_object()
 {
     // In order to buy, there must only be 1 purchaseable object in
-    // the selection manger.
+    // the selection manager.
 	if(LLSelectMgr::getInstance()->getSelection()->getRootObjectCount() != 1) return false;
     LLViewerObject* obj = NULL;
     LLSelectNode* node = LLSelectMgr::getInstance()->getSelection()->getFirstRootNode();
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index f91dfa7c279..c58b216c6ae 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -6283,7 +6283,7 @@ void LLPipeline::doResetVertexBuffers()
 
 	if ( LLPathingLib::getInstance() )
 	{
-		LLPathingLib::getInstance()->cleanupVBOManger();
+		LLPathingLib::getInstance()->cleanupVBOManager();
 	}
 	LLVertexBuffer::cleanupClass();
 	
-- 
GitLab