aboutsummaryrefslogtreecommitdiff
path: root/DebugUtils/GTMMethodCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'DebugUtils/GTMMethodCheck.h')
-rw-r--r--DebugUtils/GTMMethodCheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DebugUtils/GTMMethodCheck.h b/DebugUtils/GTMMethodCheck.h
index 7a6fe9f..7b0919b 100644
--- a/DebugUtils/GTMMethodCheck.h
+++ b/DebugUtils/GTMMethodCheck.h
@@ -70,7 +70,7 @@ __attribute__ ((constructor, visibility("hidden"))) void GTMMethodCheckMethodChe
// look for GTMMethodCheckMethodChecker to enforce linkage of
// GTMMethodCheck.m.
#define GTM_METHOD_CHECK_INNER_INNER(class, method, line) \
-+ (void)xxGMMethodCheckMethod ## class ## line { \
++ (void)xxGTMMethodCheckMethod ## class ## line { \
void (*addr)() = GTMMethodCheckMethodChecker; \
if (addr && ![class instancesRespondToSelector:@selector(method)] \
&& ![class respondsToSelector:@selector(method)]) { \