summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEvgeniy Vasilyev <evgeniy.vaslv@gmail.com>2023-04-16 19:37:39 +0300
committerGitHub <noreply@github.com>2023-04-16 19:37:39 +0300
commit5ba98e59f076729876001de30ebd980434cd4fc7 (patch)
tree63776c5ce4bee8a3973e655834b485c6946a317b /doc
parenta7276f1ce0c2911216a2c4718efddab98ddffd8f (diff)
downloadredot-engine-5ba98e59f076729876001de30ebd980434cd4fc7.tar.gz
Fixed typo in DisplayServer.ScreenOrientation docs
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/DisplayServer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index d0da097476..ece09f54a5 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -1587,7 +1587,7 @@
Default landscape orientation.
</constant>
<constant name="SCREEN_PORTRAIT" value="1" enum="ScreenOrientation">
- Default portrait orienstation.
+ Default portrait orientation.
</constant>
<constant name="SCREEN_REVERSE_LANDSCAPE" value="2" enum="ScreenOrientation">
Reverse landscape orientation (upside down).