From 4614d04d5fbfe8a0678bad27b6d8925e73c737fa Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Mon, 16 Mar 2015 12:14:39 -0700 Subject: [PATCH] Fix spelling of occurred in BITCrashManager. --- Classes/BITCrashManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Classes/BITCrashManager.h b/Classes/BITCrashManager.h index d389069318..aad62448b7 100644 --- a/Classes/BITCrashManager.h +++ b/Classes/BITCrashManager.h @@ -74,7 +74,7 @@ typedef void (*BITCrashManagerPostCrashSignalCallback)(void *context); /** * This structure contains callbacks supported by `BITCrashManager` to allow the host application to perform - * additional tasks prior to program termination after a crash has occured. + * additional tasks prior to program termination after a crash has occurred. * * @see `BITCrashManagerPostCrashSignalCallback` * @see `[BITCrashManager setCrashCallbacks:]` @@ -244,7 +244,7 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerUserInput) { * The heuristic is implemented as follows: * If the app never gets a `UIApplicationDidEnterBackgroundNotification` or `UIApplicationWillTerminateNotification` * notification, PLCrashReporter doesn't detect a crash itself, and the app starts up again, it is assumed that - * the app got either killed by iOS while being in foreground or a crash occured that couldn't be detected. + * the app got either killed by iOS while being in foreground or a crash occurred that couldn't be detected. * * Default: _NO_ * @@ -356,7 +356,7 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerUserInput) { - (void)setAlertViewHandler:(BITCustomAlertViewHandler)alertViewHandler; /** - * Provides details about the crash that occured in the last app session + * Provides details about the crash that occurred in the last app session */ @property (nonatomic, readonly) BITCrashDetails *lastSessionCrashDetails;