File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ option(UBUNTU_TOUCH "Compile the project for an Ubuntu Touch target" OFF)
155
155
option (ENABLE_TOUCHSCREEN_SUPPORT "Enable on-screen controls and event detection for touchscreen devices" ON )
156
156
if (UBUNTU_TOUCH)
157
157
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. chainging screen resolution)" ON )
158
+ option (HIDE_NONMOBILE_OPTIONS "Hide options that are impractical on mobile decives (e. g. changing screen resolution)" ON )
159
159
else ()
160
160
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. chainging screen resolution)" OFF )
161
+ option (HIDE_NONMOBILE_OPTIONS "Hide options that are impractical on mobile decives (e. g. changing screen resolution)" OFF )
162
162
endif ()
163
163
164
164
## Add lots of dependencies to compiler switches
You can’t perform that action at this time.
0 commit comments