From 5a88cab36eff7ae130bd4fe96b79a00455ce0636 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Wed, 19 Feb 2014 23:38:54 +0100 Subject: [PATCH] Fix referencing wrong property name --- Classes/BITCrashManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITCrashManager.h b/Classes/BITCrashManager.h index 5bad86eb8c..b958cc8913 100644 --- a/Classes/BITCrashManager.h +++ b/Classes/BITCrashManager.h @@ -281,7 +281,7 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerStatus) { /** Indicates if the app was killed while being in foreground from the iOS - If `enableDectionAppKillWhileInForeground` is enabled, use this on startup to check if the + If `enableAppNotTerminatingCleanlyDetection` is enabled, use this on startup to check if the app starts the first time after it was killed by iOS in the previous session. This can happen if it consumed too much memory or the watchdog killed the app because it