Fix comment typo

This commit is contained in:
Romain Failliot 2021-11-21 12:02:06 -05:00
parent 27769eed56
commit 74f4d81aca
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ class Diffuse(Gtk.Window):
new_items = [] new_items = []
for item in items: for item in items:
name, data = item name, data = item
# get full path to an existing ancessor directory # get full path to an existing ancestor directory
dn = os.path.abspath(name) dn = os.path.abspath(name)
while not os.path.isdir(dn): while not os.path.isdir(dn):
dn, old_dn = os.path.dirname(dn), dn dn, old_dn = os.path.dirname(dn), dn