~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/ssh.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-29 09:56:23 UTC
  • mfrom: (5448.2.1 trivial_its_spelling)
  • Revision ID: pqm@pqm.ubuntu.com-20100929095623-hbeqc58mblx1or7v
(gz) Correct some use of "it's" and "its" in bzrlib (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        # is given in BZR_SSH. See https://bugs.launchpad.net/bugs/414743
132
132
        elif 'plink' in version and progname == 'plink':
133
133
            # Checking if "plink" was the executed argument as Windows
134
 
            # sometimes reports 'ssh -V' incorrectly with 'plink' in it's
 
134
            # sometimes reports 'ssh -V' incorrectly with 'plink' in its
135
135
            # version.  See https://bugs.launchpad.net/bzr/+bug/107155
136
136
            trace.mutter("ssh implementation is Putty's plink.")
137
137
            vendor = PLinkSubprocessVendor()