Minor spelling fixes in strings, comments and non-code files. (#1236)

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Christen Lofland
2025-08-04 19:19:57 -05:00
committed by GitHub
parent 48aaefbf12
commit bf4d1038d6
29 changed files with 52 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ func info(msg: String) -> void:
#region Client signals
func _on_web_socket_client_connection_closed() -> void:
var ws := _client.get_socket()
info("Client just disconnected with code: %s, reson: %s" % [ws.get_close_code(), ws.get_close_reason()])
info("Client just disconnected with code: %s, reason: %s" % [ws.get_close_code(), ws.get_close_reason()])
func _on_web_socket_client_connected_to_server() -> void: