aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBlueWall2015-01-04 18:52:37 -0500
committerBlueWall2015-01-04 18:52:37 -0500
commit383a1a6fe1e4859250d690e8ecb0294001fd1430 (patch)
tree6d25d0df053d7cda112f5ad4ec4285d57930e9cf
parentBulletSim: comment out the reference to BSShapeHull in BulletSim tests (diff)
downloadopensim-SC_OLD-383a1a6fe1e4859250d690e8ecb0294001fd1430.zip
opensim-SC_OLD-383a1a6fe1e4859250d690e8ecb0294001fd1430.tar.gz
opensim-SC_OLD-383a1a6fe1e4859250d690e8ecb0294001fd1430.tar.bz2
opensim-SC_OLD-383a1a6fe1e4859250d690e8ecb0294001fd1430.tar.xz
Fix typo in OpenSim.ini.example
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 343f83d..045fa88 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -49,7 +49,7 @@
49 ;# {PublicPort} {} {PublicPort} {8002} "8002" 49 ;# {PublicPort} {} {PublicPort} {8002} "8002"
50 PublicPort = "8002" 50 PublicPort = "8002"
51 51
52 ;# {PrivatePort} {} {PublicPort} {8003} "8003" 52 ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
53 PrivatePort = "8003" 53 PrivatePort = "8003"
54 54
55 55