From c5094206ce6ff1a557540ed6e0d8505bc6db0031 Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 26 Jun 2016 01:07:38 +0700 Subject: Fix misspellings --- osdep/ar/HIDRemote.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'osdep/ar/HIDRemote.m') diff --git a/osdep/ar/HIDRemote.m b/osdep/ar/HIDRemote.m index f62289e23c..47e35f46fd 100644 --- a/osdep/ar/HIDRemote.m +++ b/osdep/ar/HIDRemote.m @@ -293,7 +293,7 @@ static HIDRemote *sHIDRemote = nil; }while(0); - // An error occured. Do necessary clean up. + // An error occurred. Do necessary clean up. if (matchDict!=NULL) { CFRelease(matchDict); @@ -1422,7 +1422,7 @@ static HIDRemote *sHIDRemote = nil; [((NSObject *)[self delegate]) hidRemote:self failedNewHardwareWithError:error]; } - // An error occured or this device is not of interest .. cleanup .. + // An error occurred or this device is not of interest .. cleanup .. if (serviceNotification!=0) { IOObjectRelease(serviceNotification); @@ -1615,7 +1615,7 @@ static HIDRemote *sHIDRemote = nil; switch (buttonCode) { case kHIDRemoteButtonCodeIDChanged: - // Do nothing, this is handled seperately + // Do nothing, this is handled separately break; case kHIDRemoteButtonCodeUp: -- cgit v1.2.3