]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 11 Nov 2009 18:29:52 +0000 (18:29 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 11 Nov 2009 18:29:52 +0000 (18:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15434 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/distributor.conf.xml

index 8ffac70358176613be88fbaaa540f6f25cc3cc77..a03b1ee8100de3b3933067b9e76f5eeae80e35f1 100644 (file)
@@ -2,7 +2,7 @@
   <lists>
     <!-- every 10 calls to test you will get foo1 once and foo2 9 times...yes NINE TIMES! -->
     <!-- this is not the same as 100 with 10 and 90 that would do foo1 10 times in a row then foo2 90 times in a row -->
-    <list name="test" target-weight="10">
+    <list name="test" total-weight="10">
       <node name="foo1" weight="1"/>
       <node name="foo2" weight="9"/>
     </list>