/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart.py

  • Committer: Jonathan Lange
  • Date: 2009-06-10 08:04:04 UTC
  • mto: This revision was merged to the branch mainline in revision 4433.
  • Revision ID: jml@canonical.com-20090610080404-v1gt2iziggkrm7a5
Fix a typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
            'subdir/dir', 'False', 'False', 'False', '', '', '', '', 'False')
382
382
 
383
383
    def test_initialized_dir(self):
384
 
        """Initializing an extant dirctory should fail like the bzrdir api."""
 
384
        """Initializing an extant directory should fail like the bzrdir api."""
385
385
        backing = self.get_transport()
386
386
        name = self.make_bzrdir('reference')._format.network_name()
387
387
        request = smart.bzrdir.SmartServerRequestBzrDirInitializeEx(backing)