diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 390cad65c4a02f8aea364a7f762e3ac3e7a96539..227f08e26c2c0b8b1f8fa642112c8cf953fc5acc 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 f91dfa7c279b4303945d05d64940a45959576aa6..c58b216c6aec875c16db6a1eb0947a265e9f750d 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();