Skip to content

Commit 6aa5d9d

Browse files
authored
Fix minor typo in comment
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 466e375 commit 6aa5d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/licensedcode/plugin_license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def process_codebase(self, codebase, **kwargs):
130130
def match_reference_license(resource, codebase):
131131
"""
132132
Return the ``resource`` Resource updating and saving it in place, after adding new
133-
icense matches (licenses and license_expressions) following their Rule
133+
license matches (licenses and license_expressions) following their Rule
134134
``referenced_filenames`` if any. Return None if this is not a file Resource.
135135
"""
136136
if not resource.is_file:

0 commit comments

Comments
 (0)