Skip to content

Commit 3482e4d

Browse files
authored
Fix typo again
1 parent f5cf40a commit 3482e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ option(UBUNTU_TOUCH "Compile the project for an Ubuntu Touch target" OFF)
155155
option(ENABLE_TOUCHSCREEN_SUPPORT "Enable on-screen controls and event detection for touchscreen devices" ON)
156156
if (UBUNTU_TOUCH)
157157
option(SHOW_TOUCHSCREEN_CONTROLS "Show mobile controls by default" ON)
158-
option(HIDE_NONMOBILE_OPTIONS "Hide options that are impractical on mobile decives (e. g. changing screen resolution)" ON)
158+
option(HIDE_NONMOBILE_OPTIONS "Hide options that are impractical on mobile devices (e. g. changing screen resolution)" ON)
159159
else()
160160
option(SHOW_TOUCHSCREEN_CONTROLS "Show mobile controls by default" OFF)
161-
option(HIDE_NONMOBILE_OPTIONS "Hide options that are impractical on mobile decives (e. g. changing screen resolution)" OFF)
161+
option(HIDE_NONMOBILE_OPTIONS "Hide options that are impractical on mobile devices (e. g. changing screen resolution)" OFF)
162162
endif()
163163

164164
## Add lots of dependencies to compiler switches

0 commit comments

Comments
 (0)