diff options
author | Kevin Cozens | 2016-08-17 22:44:40 -0400 |
---|---|---|
committer | Kevin Cozens | 2016-08-17 22:44:40 -0400 |
commit | df8f189f5c152e072e0b1cadc0b8c75ea553f56f (patch) | |
tree | ca15a462cb5669af7e650548be6cf6d432d9a341 /OpenSim/Addons/Groups | |
parent | in GetUsersNames(string[] ids) dont loose names HGFriends may have cached (diff) | |
download | opensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.zip opensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.tar.gz opensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.tar.bz2 opensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.tar.xz |
Fixed typo in two group messages
Diffstat (limited to 'OpenSim/Addons/Groups')
-rw-r--r-- | OpenSim/Addons/Groups/GroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs index 73fc22c..3144ed0 100644 --- a/OpenSim/Addons/Groups/GroupsModule.cs +++ b/OpenSim/Addons/Groups/GroupsModule.cs | |||
@@ -784,7 +784,7 @@ namespace OpenSim.Groups | |||
784 | if (money != null) | 784 | if (money != null) |
785 | money.ApplyCharge(remoteClient.AgentId, money.GroupCreationCharge, MoneyTransactionType.GroupCreate); | 785 | money.ApplyCharge(remoteClient.AgentId, money.GroupCreationCharge, MoneyTransactionType.GroupCreate); |
786 | 786 | ||
787 | remoteClient.SendCreateGroupReply(groupID, true, "Group created successfullly"); | 787 | remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully"); |
788 | 788 | ||
789 | // Update the founder with new group information. | 789 | // Update the founder with new group information. |
790 | SendAgentGroupDataUpdate(remoteClient, false); | 790 | SendAgentGroupDataUpdate(remoteClient, false); |