fix `actial` --> `actual` typo

This commit is contained in:
Jurko Gospodnetić 2017-12-12 12:55:32 +01:00
parent 5c6d7739bc
commit e4da9bacdf
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ def publish_release(ctx, version, user, pypi_name):
@invoke.task(help={
'version': 'version being released',
'write_out': 'write changes to the actial changelog'
'write_out': 'write changes to the actual changelog'
})
def changelog(ctx, version, write_out=False):
if write_out: