diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2017-02-18 08:48:31 +1300 |
---|---|---|
committer | Garming Sam <garming@samba.org> | 2017-02-22 08:26:22 +0100 |
commit | 6e4744df8327d8c389e7c44a602329b400254959 (patch) | |
tree | 53ba65548417e077d69b8dd62070ec0a10524564 /python | |
parent | 3bf0fc7d76c266447c1b1505e7437b1eca33c491 (diff) | |
download | samba-6e4744df8327d8c389e7c44a602329b400254959.tar.gz |
Correct "acheive" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'python')
-rw-r--r-- | python/samba/tests/kcc/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/kcc/__init__.py b/python/samba/tests/kcc/__init__.py index 5cf6a253b7b..2597388c167 100644 --- a/python/samba/tests/kcc/__init__.py +++ b/python/samba/tests/kcc/__init__.py @@ -69,7 +69,7 @@ class KCCTests(samba.tests.TestCase): def test_verify(self): """check that the KCC generates graphs that pass its own verify - option. This is not a spectacular acheivement when there are + option. This is not a spectacular achievement when there are only a couple of nodes to connect, but it shows something. """ my_kcc = kcc.KCC(unix_now, readonly=True, verify=True, |