1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Fix some typos in the code

This commit is contained in:
Emmanouil Papadeas 2023-10-04 18:25:49 +03:00
parent fef8f02fb4
commit 078c212bd6
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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