Skip to content

Commit

Permalink
Fix typo in generate_notice.py script comment (elastic#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored and exekias committed Aug 21, 2017
1 parent c7f095e commit 611479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/generate_notice.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def write_notice_file(f, beat, copyright, dependencies):
# it's an Apache License, so include only the NOTICE file
f.write("Apache License 2.0\n\n")

# Skipe NOTICE files not needed
# Skip NOTICE files which are not needed
if os.path.join(os.path.dirname(lib["license_file"])) in SKIP_NOTICE:
continue

Expand Down

0 comments on commit 611479c

Please sign in to comment.