From a166a3484a68dc5328ee1d3e65221c30c081204b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 16 Jan 2013 08:52:41 +1100 Subject: torture-drs: Fix comment in replica_sync test Reviewed-by: Stefan Metzmacher --- source4/torture/drs/python/replica_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/drs') diff --git a/source4/torture/drs/python/replica_sync.py b/source4/torture/drs/python/replica_sync.py index 89834a361b..8839421824 100644 --- a/source4/torture/drs/python/replica_sync.py +++ b/source4/torture/drs/python/replica_sync.py @@ -63,7 +63,7 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase): self.fail("'drs replicate' command should have failed!") def test_ReplDisabledForced(self): - """Tests we cann't replicate when replication is disabled""" + """Tests we can force replicate when replication is disabled""" self._disable_inbound_repl(self.dnsname_dc1) out = self._net_drs_replicate(DC=self.dnsname_dc1, fromDC=self.dnsname_dc2, forced=True) -- cgit