Fixed grammer in a comment
parent
9c75f8a57e
commit
847d351bf5
|
@ -764,7 +764,7 @@ namespace OpenSim.Groups
|
|||
}
|
||||
|
||||
// check funds
|
||||
// is there is a money module present ?
|
||||
// is there a money module present ?
|
||||
IMoneyModule money = scene.RequestModuleInterface<IMoneyModule>();
|
||||
if (money != null)
|
||||
{
|
||||
|
|
|
@ -883,7 +883,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
|||
}
|
||||
|
||||
// check funds
|
||||
// is there is a money module present ?
|
||||
// is there a money module present ?
|
||||
IMoneyModule money = scene.RequestModuleInterface<IMoneyModule>();
|
||||
if (money != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue