mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 12:55:30 +02:00
chore(spelling): add codespell pre-commit hook
Fixes spelling mistakes identified by it.
This commit is contained in:
parent
bc15d8950f
commit
1d2898f6ab
14 changed files with 23 additions and 18 deletions
|
@ -852,7 +852,7 @@ func directory_remove_batch(files, args = {}):
|
|||
if dir.remove(dir.get_current_dir()) == OK:
|
||||
logger.debug("Remove empty directory: %s" % dir.get_current_dir())
|
||||
# Dumb method to clean empty ancestor directories
|
||||
logger.debug("Removing emoty ancestor directory for %s..." % dir.get_current_dir())
|
||||
logger.debug("Removing empty ancestor directory for %s..." % dir.get_current_dir())
|
||||
var current_dir = dir.get_current_dir()
|
||||
for i in slash_count:
|
||||
current_dir = current_dir.get_base_dir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue