Skip to content

Commit 72f9fba

Browse files
author
Jonathon Belotti
committed
fix spelling mistake
1 parent 92397ee commit 72f9fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/purelib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def spread_purelib_into_root(extracted_whl_directory: str) -> None:
2020

2121
dot_data_dir = wheel.get_dot_data_directory(extracted_whl_directory)
2222

23-
# 'Root-Is-Purelib: false' is no gaurante a .date directory exists with
23+
# 'Root-Is-Purelib: false' is no guarantee a .date directory exists with
2424
# package code in it. eg. the 'markupsafe' package.
2525
if dot_data_dir:
2626
for child in pathlib.Path(dot_data_dir).iterdir():

0 commit comments

Comments
 (0)