mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 03:05:32 +02:00
chore(spelling): add codespell pre-commit hook
Fixes spelling mistakes identified by it.
This commit is contained in:
parent
2e4189f7b2
commit
a188201635
11 changed files with 20 additions and 20 deletions
|
@ -10,7 +10,7 @@ const LibuvUtils := preload("./libuv_utils.gdns")
|
|||
|
||||
|
||||
static func get_os_environ() -> Dictionary:
|
||||
# While Godot has OS.get_environment(), I could see a way to get all environent
|
||||
# While Godot has OS.get_environment(), I could see a way to get all environment
|
||||
# variables, other than by OS.execute() which would require to much platform
|
||||
# specific code. Easier to use libuv's utility function.
|
||||
return LibuvUtils.new().get_os_environ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue