Skip to content

Commit 8133360

Browse files
authored
Fix minor message typo
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 4b57a7f commit 8133360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/summarycode/todo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def process_codebase(self, codebase, **kwargs):
105105
license_text_diagnostics = kwargs.get("license_text_diagnostics")
106106
if not license_diagnostics or not license_text or not license_text_diagnostics:
107107
usage_suggestion_message = (
108-
"The --todo option, whe paired with --license option should be used with the folowing "
108+
"The --todo option, when paired with --license option should be used with the folowing "
109109
"additional CLI options for maximum benifit: [`--license-text`, `--license-text-diagnostics`,"
110110
"--license-diagnostics`] as these show additional diagnostic information to help review the issues."
111111
)

0 commit comments

Comments
 (0)