Skip to content

Commit fd1b7e0

Browse files
committed
cli: Fix some minor typos in a comment
1 parent 6458999 commit fd1b7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scancode/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def save_results(files_count, scanned_files, format, input, output_file):
696696

697697
for file_data in scanned_files:
698698
file_entry = File(file_data['path'])
699-
# FIXME: should we really compue the checcksum here rather than get it from the scan?
699+
# FIXME: should we really compute the checksum here rather than getting it from the scan?
700700
file_entry.chk_sum = Algorithm('SHA1', file_entry.calc_chksum())
701701
for file_license in file_data['licenses']:
702702
spdx_id = file_license.get('spdx_license_key')

0 commit comments

Comments
 (0)