diff options
author | Justin Clark-Casey (justincc) | 2012-01-10 18:47:30 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-10 18:47:30 +0000 |
commit | a3bb1a81de9f39b126a04afb984483f7e4a4aa24 (patch) | |
tree | 1c49370893810c5e270c9393d1a38549cb24c11a | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-a3bb1a81de9f39b126a04afb984483f7e4a4aa24.zip opensim-SC_OLD-a3bb1a81de9f39b126a04afb984483f7e4a4aa24.tar.gz opensim-SC_OLD-a3bb1a81de9f39b126a04afb984483f7e4a4aa24.tar.bz2 opensim-SC_OLD-a3bb1a81de9f39b126a04afb984483f7e4a4aa24.tar.xz |
correct very minor typo in "debug scene" help
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 867e36d..832d93c 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -253,7 +253,7 @@ namespace OpenSim | |||
253 | m_console.Commands.AddCommand("region", false, "debug teleport", "debug teleport", "Toggle teleport route debugging", Debug); | 253 | m_console.Commands.AddCommand("region", false, "debug teleport", "debug teleport", "Toggle teleport route debugging", Debug); |
254 | 254 | ||
255 | m_console.Commands.AddCommand("region", false, "debug scene", | 255 | m_console.Commands.AddCommand("region", false, "debug scene", |
256 | "debug scene <cripting> <collisions> <physics>", | 256 | "debug scene <scripting> <collisions> <physics>", |
257 | "Turn on scene debugging", Debug); | 257 | "Turn on scene debugging", Debug); |
258 | 258 | ||
259 | m_console.Commands.AddCommand("region", false, "change region", | 259 | m_console.Commands.AddCommand("region", false, "change region", |