diff options
author | Kevin Cozens | 2016-08-18 14:50:50 -0400 |
---|---|---|
committer | Kevin Cozens | 2016-08-18 15:38:39 -0400 |
commit | 847d351bf5efc466d028ee3c65a643b89d3a60ca (patch) | |
tree | d2f819cd938e160638c2e3932fb91d9c4a41c072 /OpenSim/Addons/Groups | |
parent | avoid NULL refs (diff) | |
download | opensim-SC_OLD-847d351bf5efc466d028ee3c65a643b89d3a60ca.zip opensim-SC_OLD-847d351bf5efc466d028ee3c65a643b89d3a60ca.tar.gz opensim-SC_OLD-847d351bf5efc466d028ee3c65a643b89d3a60ca.tar.bz2 opensim-SC_OLD-847d351bf5efc466d028ee3c65a643b89d3a60ca.tar.xz |
Fixed grammer in a comment
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 3144ed0..57fbbf7 100644 --- a/OpenSim/Addons/Groups/GroupsModule.cs +++ b/OpenSim/Addons/Groups/GroupsModule.cs | |||
@@ -764,7 +764,7 @@ namespace OpenSim.Groups | |||
764 | } | 764 | } |
765 | 765 | ||
766 | // check funds | 766 | // check funds |
767 | // is there is a money module present ? | 767 | // is there a money module present ? |
768 | IMoneyModule money = scene.RequestModuleInterface<IMoneyModule>(); | 768 | IMoneyModule money = scene.RequestModuleInterface<IMoneyModule>(); |
769 | if (money != null) | 769 | if (money != null) |
770 | { | 770 | { |