diff options
Diffstat (limited to 'tools/EventClients/Clients/OSXRemote/XBMCHelper.m')
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/XBMCHelper.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m index b507611746..d3f0d38bcb 100644 --- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m +++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m @@ -25,10 +25,10 @@ { [remote setDelegate:self]; [remote setSimulateHoldEvents:NO]; - //for now, we're using lending of exlusive lock + //for now, we're using lending of exclusive lock //kHIDRemoteModeExclusiveAuto isn't working, as we're a background daemon //one possibility would be to know when XBMC is running. Once we know that, - //we could aquire exclusive lock when it's running, and release _exclusive_ + //we could acquire exclusive lock when it's running, and release _exclusive_ //access once done [remote setExclusiveLockLendingEnabled:YES]; |