Fixed typo in two group messages

This commit is contained in:
Kevin Cozens
2016-08-17 22:44:40 -04:00
parent 7dbc5803a6
commit df8f189f5c
2 changed files with 2 additions and 2 deletions

View File

@@ -784,7 +784,7 @@ namespace OpenSim.Groups
if (money != null)
money.ApplyCharge(remoteClient.AgentId, money.GroupCreationCharge, MoneyTransactionType.GroupCreate);
remoteClient.SendCreateGroupReply(groupID, true, "Group created successfullly");
remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully");
// Update the founder with new group information.
SendAgentGroupDataUpdate(remoteClient, false);