diff options
author | Jeff Ames | 2008-12-06 11:40:53 +0000 |
---|---|---|
committer | Jeff Ames | 2008-12-06 11:40:53 +0000 |
commit | a5bd2b2136b9139932afc229d6e41bbfa5d40491 (patch) | |
tree | ab70a64dc350c27084f4dff0bb3514ef9a7ae737 /bin | |
parent | Add copyright headers. (diff) | |
download | opensim-SC_OLD-a5bd2b2136b9139932afc229d6e41bbfa5d40491.zip opensim-SC_OLD-a5bd2b2136b9139932afc229d6e41bbfa5d40491.tar.gz opensim-SC_OLD-a5bd2b2136b9139932afc229d6e41bbfa5d40491.tar.bz2 opensim-SC_OLD-a5bd2b2136b9139932afc229d6e41bbfa5d40491.tar.xz |
Fix typo in OpenSim.ini.example (#2764)
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index eeb8f04..f9dee35 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -49,7 +49,7 @@ | |||
49 | ClampPrimSize = false | 49 | ClampPrimSize = false |
50 | 50 | ||
51 | ; Region crossing | 51 | ; Region crossing |
52 | AllowScriptCrossing = false | 52 | AllowScriptCrossings = false |
53 | ; If you set this to "true", any region that can teleport to you can | 53 | ; If you set this to "true", any region that can teleport to you can |
54 | ; inject ARBITRARY BINARY CODE into your system. Use at your own risk. | 54 | ; inject ARBITRARY BINARY CODE into your system. Use at your own risk. |
55 | ; YOU HAVE BEEN WARNED!!! | 55 | ; YOU HAVE BEEN WARNED!!! |