diff options
author | Justin Clark-Casey (justincc) | 2014-03-26 23:45:02 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-26 23:45:02 +0000 |
commit | af54e6f370dc03ffafc7540e3aac9979ae0f85ce (patch) | |
tree | 8303b791011b7fe856e048b1233445bd0bfb0258 /bin | |
parent | minor: change misspelling of overriden to overridden in comments within confi... (diff) | |
download | opensim-SC-af54e6f370dc03ffafc7540e3aac9979ae0f85ce.zip opensim-SC-af54e6f370dc03ffafc7540e3aac9979ae0f85ce.tar.gz opensim-SC-af54e6f370dc03ffafc7540e3aac9979ae0f85ce.tar.bz2 opensim-SC-af54e6f370dc03ffafc7540e3aac9979ae0f85ce.tar.xz |
minor: Change incorrect "Maximum" in the PhysicalPrimMin OpenSim.ini.example description to "Minimum"
Thanks to aiaustin for the spot.
Diffstat (limited to 'bin')
-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 66504c5..1395d72 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -114,7 +114,7 @@ | |||
114 | ; NonPhysicalPrimMax = 256 | 114 | ; NonPhysicalPrimMax = 256 |
115 | 115 | ||
116 | ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 0.01 | 116 | ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 0.01 |
117 | ;; Maximum size where a prim can be physical. Affects resizing of | 117 | ;; Minimum size where a prim can be physical. Affects resizing of |
118 | ;; existing prims. This can be overridden in the region config file. | 118 | ;; existing prims. This can be overridden in the region config file. |
119 | ; PhysicalPrimMin = 0.01 | 119 | ; PhysicalPrimMin = 0.01 |
120 | 120 | ||