Spelling fix.

appearance isn't spelled appearence
This commit is contained in:
Lirusaito
2012-04-25 05:00:02 -04:00
parent fd183e01b5
commit 37d2e41618
3 changed files with 4 additions and 4 deletions

View File

@@ -4047,7 +4047,7 @@ void LLAgent::sendAgentSetAppearance()
llinfos << "Avatar XML num VisualParams transmitted = " << transmitted_params << llendl;
if(transmitted_params < 218) {
LLNotificationsUtil::add("SGIncompleteAppearence");
LLNotificationsUtil::add("SGIncompleteAppearance");
}
sendReliableMessage();
}