diff --git a/Documentation/gen_licenses.py b/Documentation/gen_licenses.py index 912c4c5e58..61d2e24143 100755 --- a/Documentation/gen_licenses.py +++ b/Documentation/gen_licenses.py @@ -48,7 +48,7 @@ def parse_graph(): # they are not included in the final artifact. if "DO_NOT_DISTRIBUTE" in dep: if not target in KNOWN_PROVIDED_DEPS: - print('DO_NOT_DISTRIBUTE license for tagret: %s' % target, file=stderr) + print('DO_NOT_DISTRIBUTE license for target: %s' % target, file=stderr) exit(1) else: graph[target].append(dep)