Skip to content

Commit 6baa2ff

Browse files
authored
fix: fix recursively typo (#2536)
recursivley -> recursively Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent b21f142 commit 6baa2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_version_mapping(self, product, version, version_strings):
142142
assert version in list_versions
143143

144144
def make_condensed_from_download(self, download_path, condensed_path):
145-
"""Extract a downloaded file recursivley, find all the strings for each
145+
"""Extract a downloaded file recursively, find all the strings for each
146146
file. Create a new archive with only the strings that were found."""
147147
dot_extracted = ".extracted"
148148
file_lines_pairs = []

0 commit comments

Comments
 (0)