summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2019-06-12 18:01:42 -0500
committerJelmer Vernooij <jelmer@jelmer.uk>2019-06-12 23:01:42 +0000
commit04bf32c66d3339000517db6d55e1f8aaf91543f1 (patch)
treec3a59510954a9ac28e6b4880841f9c47bc9d9a05
parentc1a25fb614de3bf41d76747865221d5c7a3fc085 (diff)
downloadtestresources-git-04bf32c66d3339000517db6d55e1f8aaf91543f1.tar.gz
Fix minor spelling nit in README.md (#12)
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index bc0778a..561e61a 100644
--- a/README.rst
+++ b/README.rst
@@ -193,7 +193,7 @@ testresources.OptimisingTestSuite
This TestSuite will introspect all the test cases it holds directly and if
they declare needed resources, will run the tests in an order that attempts to
minimise the number of setup and tear downs required. It attempts to achieve
-this by callling getResource() and finishedWith() around the sequence of tests
+this by calling getResource() and finishedWith() around the sequence of tests
that use a specific resource.
Tests are added to an OptimisingTestSuite as normal. Any standard library