]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix a typo in webapi.txt
authorrobk-org <robk-org@allmydata.com>
Thu, 12 Jul 2007 23:45:51 +0000 (16:45 -0700)
committerrobk-org <robk-org@allmydata.com>
Thu, 12 Jul 2007 23:45:51 +0000 (16:45 -0700)
docs/webapi.txt

index e59380cdcd6ebd10bbb749e8b5eef805d3d1d715..1cce3f447b8cfb003004dff1321639603346af3a 100644 (file)
@@ -1,7 +1,7 @@
 
 Writing "8011" into CLIENTDIR/webport causes the client to run a webserver on
 port 8011. Writing "tcp:8011:interface=127.0.0.1" into CLIENTDIR/webport does
-the same but binds to the loopback interface, insuring that only the programs
+the same but binds to the loopback interface, ensuring that only the programs
 on the local host can connect. Using
 "ssl:8011:privateKey=mykey.pem:certKey=cert.pem" would run an SSL server. See
 twisted.application.strports for more details.