Skip to content

Commit 5c46aaa

Browse files
Merge pull request #4228 from aboutcode-org/minor-typoe
Fix minor message typo
2 parents 5e1ac91 + 8133360 commit 5c46aaa

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)