From 376be8b990998e12aaa3886ffbcc1fff10257d0d Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 14 Mar 2012 02:53:44 -0400 Subject: [PATCH] Spelling fix in a comment. --- indra/newview/llfloaterfriends.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterfriends.cpp b/indra/newview/llfloaterfriends.cpp index 078e0e507..d94c7cf8d 100644 --- a/indra/newview/llfloaterfriends.cpp +++ b/indra/newview/llfloaterfriends.cpp @@ -1184,7 +1184,7 @@ void LLPanelFriends::onClickImport_filepicker_continued(AIFilePicker* filepicker if(!content.has("can_mod"))continue; LLUUID agent_id = LLUUID(iter->first); - if(merging && importstatellsd.has(agent_id.asString()))continue;//dont need to request what weve already requested from another list import and have not got a reply yet + if(merging && importstatellsd.has(agent_id.asString()))continue;//dont need to request what we've already requested from another list import and have not got a reply yet std::string agent_name = content["name"]; if(!is_agent_friend(agent_id))//dont need to request what we have