Skip to content

Commit 1ee0a7d

Browse files
Winson ChungAndroid (Google) Code Review
authored andcommitted
Merge "Fixing typos related to portrait enums." into jb-dev
2 parents 15332ef + ba6be29 commit 1ee0a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/res/res/values/attrs_manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,13 +551,13 @@
551551
<enum name="sensorLandscape" value="6" />
552552
<!-- Would like to have the screen in portrait orientation, but can
553553
use the sensor to change which direction the screen is facing. -->
554-
<enum name="sensorPortait" value="7" />
554+
<enum name="sensorPortrait" value="7" />
555555
<!-- Would like to have the screen in landscape orientation, turned in
556556
the opposite direction from normal landscape. -->
557557
<enum name="reverseLandscape" value="8" />
558558
<!-- Would like to have the screen in portrait orientation, turned in
559559
the opposite direction from normal portrait. -->
560-
<enum name="reversePortait" value="9" />
560+
<enum name="reversePortrait" value="9" />
561561
<!-- Orientation is determined by a physical orientation sensor:
562562
the display will rotate based on how the user moves the device.
563563
This allows any of the 4 possible rotations, regardless of what

0 commit comments

Comments
 (0)