Skip to content

Commit ec94502

Browse files
author
Jonathan Kamens
committed
Fix typo in variable reference
1 parent d8368ec commit ec94502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

undelete

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def actually_undelete(filename, options):
5555
if os.path.isdir(undeleted_name) and \
5656
not os.path.islink(undeleted_name) and \
5757
not libdelete.is_mountpoint(undeleted_name):
58-
shutil.rmtree(undleted_name)
58+
shutil.rmtree(undeleted_name)
5959
else:
6060
os.unlink(undeleted_name)
6161
if options.noop:

0 commit comments

Comments
 (0)