From: david-sarah Date: Sun, 28 Nov 2010 17:45:07 +0000 (-0800) Subject: Change another doc reference from .txt to .rst in a text string. X-Git-Tag: allmydata-tahoe-1.8.1~7 X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=9ceb5277876a04552825e8ebb05bcd3be287fb42;p=tahoe-lafs%2Ftahoe-lafs.git Change another doc reference from .txt to .rst in a text string. --- diff --git a/src/allmydata/scripts/create_node.py b/src/allmydata/scripts/create_node.py index 8f8e7850..928add11 100644 --- a/src/allmydata/scripts/create_node.py +++ b/src/allmydata/scripts/create_node.py @@ -65,7 +65,7 @@ def write_node_config(c, config): c.write("# This file controls the configuration of the Tahoe node that\n") c.write("# lives in this directory. It is only read at node startup.\n") c.write("# For details about the keys that can be set here, please\n") - c.write("# read the 'docs/configuration.txt' file that came with your\n") + c.write("# read the 'docs/configuration.rst' file that came with your\n") c.write("# Tahoe installation.\n") c.write("\n\n") diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index a87911ef..3f7ae370 100644 --- a/src/allmydata/test/test_runner.py +++ b/src/allmydata/test/test_runner.py @@ -459,7 +459,7 @@ class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin, d.addCallback(lambda res: self.poll(_node_has_started)) # now we can kill it. TODO: On a slow machine, the node might kill - # itself before we get a chance too, especially if spawning the + # itself before we get a chance to, especially if spawning the # 'tahoe stop' command takes a while. def _stop(res): self.failUnless(os.path.exists(TWISTD_PID_FILE), (TWISTD_PID_FILE, os.listdir(os.path.dirname(TWISTD_PID_FILE))))