torture-drs: Fix comment in replica_sync test
authorAndrew Bartlett <abartlet@samba.org>
Tue, 15 Jan 2013 21:52:41 +0000 (08:52 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Feb 2013 08:19:41 +0000 (09:19 +0100)
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/torture/drs/python/replica_sync.py

index 89834a361b0dd9302a55a84a667144bfef45929b..88394218242807dfc17cc13c585d5fd8ec7aa008 100644 (file)
@@ -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)