File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/HoloToolkit/Utilities/Editor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,13 +198,13 @@ private static void ApplyCommonCapabilities()
198198 }
199199
200200 [ MenuItem ( "HoloToolkit/Configure/Apply HoloLens Capabilities/Recommended" , priority = 1 ) ]
201- private static void ApplyRecomenndedCapabilities ( )
201+ private static void ApplyRecommendedCapabilities ( )
202202 {
203203 ApplyCommonCapabilities ( ) ;
204204 }
205205
206- [ MenuItem ( "HoloToolkit/Configure/Apply HoloLens Capabilities/Recommended with Internet" , priority = 1 ) ]
207- private static void ApplyRecomenndedCapabilitiesWithInternet ( )
206+ [ MenuItem ( "HoloToolkit/Configure/Apply HoloLens Capabilities/Recommended with Internet Access " , priority = 1 ) ]
207+ private static void ApplyRecommendedCapabilitiesWithInternetAccess ( )
208208 {
209209 ApplyCommonCapabilities ( ) ;
210210 PlayerSettings . WSA . SetCapability ( PlayerSettings . WSACapability . InternetClient , true ) ;
You can’t perform that action at this time.
0 commit comments