Merge pull request #149 from naisanza/master

fix: Typo in error output text description
pull/151/head
Raphaël Vinot 2017-12-07 12:16:36 +01:00 committed by GitHub
commit 324b1c44a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if __name__ == '__main__':
args = parser.parse_args()
if args.output is not None and os.path.exists(args.output):
print('Output file already exists, abord.')
print('Output file already exists, abort.')
exit(0)
misp = init(misp_url, misp_key)