diff --git a/examples/get.py b/examples/get.py index d2be085..80e5270 100755 --- a/examples/get.py +++ b/examples/get.py @@ -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)