diff --git a/setup.py b/setup.py index 3216f58..87e3160 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ class DebCommand(Command): rmtree(os.path.join(here, "deb_dist")) except FileNotFoundError: pass - self.status(u"Creating debian mainfest…") + self.status(u"Creating debian manifest…") os.system( "python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package3=pipenv --depends3=python3-virtualenv-clone" )