From 3109110dc0bc9b4315332d03108dec89b903d439 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Wed, 7 Nov 2012 17:15:11 +0100 Subject: [PATCH] Fix lazy copy/pasted typo --- SDWebImage/SDWebImageCompat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImage/SDWebImageCompat.h b/SDWebImage/SDWebImageCompat.h index 418bf98..cf51761 100644 --- a/SDWebImage/SDWebImageCompat.h +++ b/SDWebImage/SDWebImageCompat.h @@ -10,11 +10,11 @@ #import #ifdef __OBJC_GC__ -#error Dailymotion SDK does not support Objective-C Garbage Collection +#error SDWebImage does not support Objective-C Garbage Collection #endif #if !__has_feature(objc_arc) -#error Dailymotion SDK is ARC only. Either turn on ARC for the project or use -fobjc-arc flag +#error SDWebImage is ARC only. Either turn on ARC for the project or use -fobjc-arc flag #endif #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0