Skip to content

Commit f48666f

Browse files
authored
Fix typo
1 parent 7eec58f commit f48666f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update_license_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def load_config(filename):
2828

2929

3030
def walk_directory(entry):
31-
"""Talk the directory"""
31+
"""Walk the directory"""
3232

3333
if "header" not in entry:
3434
raise ValueError("Current entry does not have a header.")

0 commit comments

Comments
 (0)