summaryrefslogtreecommitdiffstats
path: root/platform/web
diff options
context:
space:
mode:
authorSeptian <septgsk@gmail.com>2023-07-05 09:44:07 +0700
committerSeptian <septgsk@gmail.com>2023-07-08 13:34:50 +0700
commitb88b6b4f48bd444407d12e9fe306e7bd4d58e9e4 (patch)
tree5b304a18914a934be3686aae0e58cfa8525137f7 /platform/web
parentcdd2313ba27d0a2600a18e849b4c5d1fd6a6e351 (diff)
downloadredot-engine-b88b6b4f48bd444407d12e9fe306e7bd4d58e9e4.tar.gz
fix typo on TLSOptions.xml and library_godot_display.js
Diffstat (limited to 'platform/web')
-rw-r--r--platform/web/js/libs/library_godot_display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/js/libs/library_godot_display.js b/platform/web/js/libs/library_godot_display.js
index 23cbc67c16..ea2a846f90 100644
--- a/platform/web/js/libs/library_godot_display.js
+++ b/platform/web/js/libs/library_godot_display.js
@@ -536,7 +536,7 @@ const GodotDisplay = {
}
navigator.clipboard.writeText(text).catch(function (e) {
// Setting OS clipboard is only possible from an input callback.
- GodotRuntime.error('Setting OS clipboard is only possible from an input callback for the Web plafrom. Exception:', e);
+ GodotRuntime.error('Setting OS clipboard is only possible from an input callback for the Web platform. Exception:', e);
});
return 0;
},