From: Stefano Rivera <stefanor@debian.org>
Date: Mon, 19 Mar 2018 18:50:05 -0700
Subject: Fix typos in --help

Forwarded: https://code.launchpad.net/~stefanor/pkginfo/typo/+merge/341695
---
 pkginfo/commandline.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkginfo/commandline.py b/pkginfo/commandline.py
index 575dbd1..b240218 100644
--- a/pkginfo/commandline.py
+++ b/pkginfo/commandline.py
@@ -10,8 +10,8 @@ o a source distribution:  in this case, 'path' should point to an existing
 o a binary distribution:  in this case, 'path' should point to an existing
   archive file (.egg)
 
-o a "develop" checkout:  in ths case,  'path' should point to a directory
-  intialized via 'setup.py develop' (under setuptools).
+o a "develop" checkout:  in this case,  'path' should point to a directory
+  initialized via 'setup.py develop' (under setuptools).
 
 o an installed package:  in this case, 'path' should be the importable name
   of the package.
