Skip to content

Commit 74f4d81

Browse files
committed
Fix comment typo
1 parent 27769ee commit 74f4d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ def createCommitFileTabs(self, items, labels, options):
11901190
new_items = []
11911191
for item in items:
11921192
name, data = item
1193-
# get full path to an existing ancessor directory
1193+
# get full path to an existing ancestor directory
11941194
dn = os.path.abspath(name)
11951195
while not os.path.isdir(dn):
11961196
dn, old_dn = os.path.dirname(dn), dn

0 commit comments

Comments
 (0)