summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMax Hilbrunner <m.hilbrunner@gmail.com>2024-09-30 12:21:30 +0200
committerMax Hilbrunner <m.hilbrunner@gmail.com>2024-09-30 12:21:30 +0200
commita6997d37cc9da98e1e876178f3e5e657d8fb6ba6 (patch)
treef0a2e77d88c7ade7d98cd7b5a9021edf85ed861f /modules
parente3213aaef5e0e72b8272e65d989d3d8222be17ca (diff)
downloadredot-engine-a6997d37cc9da98e1e876178f3e5e657d8fb6ba6.tar.gz
Docs: remove duplicate words
Diffstat (limited to 'modules')
-rw-r--r--modules/multiplayer/doc_classes/SceneMultiplayer.xml2
-rw-r--r--modules/webxr/doc_classes/WebXRInterface.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/multiplayer/doc_classes/SceneMultiplayer.xml b/modules/multiplayer/doc_classes/SceneMultiplayer.xml
index 42f32d4848..3277f1ff3e 100644
--- a/modules/multiplayer/doc_classes/SceneMultiplayer.xml
+++ b/modules/multiplayer/doc_classes/SceneMultiplayer.xml
@@ -65,7 +65,7 @@
[b]Warning:[/b] Deserialized objects can contain code which gets executed. Do not use this option if the serialized object comes from untrusted sources to avoid potential security threat such as remote code execution.
</member>
<member name="auth_callback" type="Callable" setter="set_auth_callback" getter="get_auth_callback" default="Callable()">
- The callback to execute when when receiving authentication data sent via [method send_auth]. If the [Callable] is empty (default), peers will be automatically accepted as soon as they connect.
+ The callback to execute when receiving authentication data sent via [method send_auth]. If the [Callable] is empty (default), peers will be automatically accepted as soon as they connect.
</member>
<member name="auth_timeout" type="float" setter="set_auth_timeout" getter="get_auth_timeout" default="3.0">
If set to a value greater than [code]0.0[/code], the maximum duration in seconds peers can stay in the authenticating state, after which the authentication will automatically fail. See the [signal peer_authenticating] and [signal peer_authentication_failed] signals.
diff --git a/modules/webxr/doc_classes/WebXRInterface.xml b/modules/webxr/doc_classes/WebXRInterface.xml
index bd7192520a..829279e7bb 100644
--- a/modules/webxr/doc_classes/WebXRInterface.xml
+++ b/modules/webxr/doc_classes/WebXRInterface.xml
@@ -283,7 +283,7 @@
</signals>
<constants>
<constant name="TARGET_RAY_MODE_UNKNOWN" value="0" enum="TargetRayMode">
- We don't know the the target ray mode.
+ We don't know the target ray mode.
</constant>
<constant name="TARGET_RAY_MODE_GAZE" value="1" enum="TargetRayMode">
Target ray originates at the viewer's eyes and points in the direction they are looking.