summaryrefslogtreecommitdiff
path: root/docs/topics/testing.txt
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-12-31 19:23:23 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-12-31 19:23:23 +0000
commitd406a8de8a12717ef32919188f61abcf234c5144 (patch)
treed25bc0739dbd5a9dfe3d9dc2280be2f5c1e43de6 /docs/topics/testing.txt
parent9a554322139e5c65b4b40bc538ca263a922c824f (diff)
Typo fix for doc added in r12034. Thanks Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/testing.txt')
-rw-r--r--docs/topics/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index f4881e2e32..a309294d7c 100644
--- a/docs/topics/testing.txt
+++ b/docs/topics/testing.txt
@@ -278,7 +278,7 @@ a test case, add the name of the test method to the label::
You can now trigger a graceful exit from a test run by pressing ``Ctrl-C``.
If you press ``Ctrl-C`` while the tests are running, the test runner will
-wait fur the currently running test to complete and then exit gracefully.
+wait for the currently running test to complete and then exit gracefully.
During a graceful exit the test runner will output details of any test
failures, report on how many tests were run and how many errors and failures
were encountered, and destroy any test databases as usual. Thus pressing