aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2015-10-31 22:48:31 +0000
committerUbitUmarov2015-10-31 22:48:31 +0000
commit9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1 (patch)
treeee716e6f8140acc05a5246bdf24e73ada641ce82 /OpenSim
parentfix internal support for non square regions (diff)
downloadopensim-SC_OLD-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.zip
opensim-SC_OLD-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.tar.gz
opensim-SC_OLD-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.tar.bz2
opensim-SC_OLD-9ba288a2e760d2917ac4a60fbb4b2352ecfd48c1.tar.xz
fix typo reported on mantis 7735
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs b/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs
index 710c8da..bb4dcce 100644
--- a/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs
+++ b/OpenSim/Region/CoreModules/World/Region/RegionCommandsModule.cs
@@ -100,7 +100,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
100 100
101 m_console.Commands.AddCommand( 101 m_console.Commands.AddCommand(
102 "Regions", false, "region set", 102 "Regions", false, "region set",
103 "region get", 103 "region set",
104 "Set control information for the currently selected region.", 104 "Set control information for the currently selected region.",
105 "Currently, the following parameters can be set:\n" 105 "Currently, the following parameters can be set:\n"
106 + "agent-limit <int> - Current root agent limit. This is persisted over restart.\n" 106 + "agent-limit <int> - Current root agent limit. This is persisted over restart.\n"