chore(spelling): add codespell pre-commit hook

Fixes spelling mistakes identified by it.
This commit is contained in:
Leroy Hopson 2024-03-29 23:55:53 +13:00
parent c9202f847e
commit 4ba9859a18
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
11 changed files with 20 additions and 15 deletions

View file

@ -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()