diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-04-17 14:09:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 14:09:27 +0200 |
commit | 4cf8789fcdc979bf6687bcbdd849975f0ad37f5d (patch) | |
tree | 23c238bb9166353c451ec7b56b178496c7c2e4fc | |
parent | 2538c6f471f32ad0522da3d8c89fd0630b4b66cd (diff) | |
parent | 5ba98e59f076729876001de30ebd980434cd4fc7 (diff) | |
download | redot-engine-4cf8789fcdc979bf6687bcbdd849975f0ad37f5d.tar.gz |
Merge pull request #76137 from ju5tevg3niy/patch-2
Fixed typo in DisplayServer.ScreenOrientation docs
-rw-r--r-- | doc/classes/DisplayServer.xml | 2 |
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). |