From 078c212bd6483c3f37a8ba1fd06a2cbe14da2343 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Wed, 4 Oct 2023 18:25:49 +0300 Subject: [PATCH] Fix some typos in the code --- .github/workflows/static-checks.yml | 2 +- src/Autoload/HTML5FileExchange.gd | 2 +- src/Palette/PaletteScroll.gd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index bac92c5da..605510f49 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -29,4 +29,4 @@ jobs: uses: codespell-project/actions-codespell@v1 with: skip: ./addons,*.po - ignore_words_list: chello,doubleclick + ignore_words_list: chello,doubleclick,Manuel diff --git a/src/Autoload/HTML5FileExchange.gd b/src/Autoload/HTML5FileExchange.gd index e31a0ce92..4c968bc13 100644 --- a/src/Autoload/HTML5FileExchange.gd +++ b/src/Autoload/HTML5FileExchange.gd @@ -74,7 +74,7 @@ func _define_js() -> void: ## If (load_directly = false) then image info (image and its name) -## will not be directly farwarded it to OpenSave +## will not be directly forwarded it to OpenSave func load_image(load_directly := true): if !OS.has_feature("web"): return diff --git a/src/Palette/PaletteScroll.gd b/src/Palette/PaletteScroll.gd index 6f763a152..1e6c3b29a 100644 --- a/src/Palette/PaletteScroll.gd +++ b/src/Palette/PaletteScroll.gd @@ -11,7 +11,7 @@ var drag_start_position := Vector2.ZERO func _ready() -> void: - # Hide default scollbars + # Hide default scrollbars scroll_container.get_h_scroll_bar().scale = Vector2.ZERO scroll_container.get_v_scroll_bar().scale = Vector2.ZERO