Fix typos in rotation selection

This commit is contained in:
Melissa LeBlanc-Williams 2020-08-03 21:34:09 -07:00
parent a581a7745c
commit fde1c0f526

View file

@ -551,9 +551,9 @@ fi
if ! $UNINSTALL; then
echo "Select rotation:"
selectN "90 degrees (landscape)" \
"180 degrees (portait)" \
"180 degrees (portrait)" \
"270 degrees (landscape)" \
"0 degrees (portait)"
"0 degrees (portrait)"
PITFT_ROTATE=$?
if [ $PITFT_ROTATE -gt 4 ]; then
exit 1