diff options
author | Karolin Seeger <kseeger@samba.org> | 2013-05-15 18:09:51 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-05-15 21:04:41 -0700 |
commit | 70aec093a9008502934749dfabc378345b55d3ff (patch) | |
tree | ad0777507b6bc69f8e479e0bd84197be749047db /lib/subunit | |
parent | 8961ca8c367e23e2934940c516c49a6a7dd5086b (diff) | |
download | samba-70aec093a9008502934749dfabc378345b55d3ff.tar.gz samba-70aec093a9008502934749dfabc378345b55d3ff.tar.bz2 samba-70aec093a9008502934749dfabc378345b55d3ff.zip |
lib/subunit/README: Fix typo.
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/subunit')
-rw-r--r-- | lib/subunit/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subunit/README b/lib/subunit/README index 103a32cdf9..47a97345cd 100644 --- a/lib/subunit/README +++ b/lib/subunit/README @@ -35,7 +35,7 @@ A number of useful things can be done easily with subunit: can be shown as a seamless whole. * Test archiving: A test run may be recorded and replayed later. * Test isolation: Tests that may crash or otherwise interact badly with each - other can be run seperately and then aggregated, rather than interfering + other can be run separately and then aggregated, rather than interfering with each other. * Grid testing: subunit can act as the necessary serialisation and deserialiation to get test runs on distributed machines to be reported in |