Fixed typo in DisplayServer.ScreenOrientation docs

This commit is contained in:
Evgeniy Vasilyev 2023-04-16 19:37:39 +03:00 committed by GitHub
parent a7276f1ce0
commit 5ba98e59f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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