From 06ea23d0e1715ae7eead5c2ff3cf4152e4d52b95 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 1 Jul 2018 13:52:51 +0200 Subject: [PATCH] fix typo --- scour/scour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scour/scour.py b/scour/scour.py index e2d87a5..8feb15c 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -3849,7 +3849,7 @@ def parse_args(args=None, ignore_additional_args=False): if options.cdigits > options.digits: options.cdigits = -1 print("WARNING: The value for '--set-c-precision' should be lower than the value for '--set-precision'. " - "Number of significant digits for control points reset to defsault value, see --help", file=sys.stderr) + "Number of significant digits for control points reset to default value, see --help", file=sys.stderr) if options.indent_type not in ['tab', 'space', 'none']: _options_parser.error("Invalid value for --indent, see --help") if options.indent_depth < 0: