From 3da7e0c8de4adf4f923d5c6dee2fb3c9835a39f0 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 16 Sep 2016 16:11:46 -0400 Subject: Fixes minor typo in comment. --- GTMDefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GTMDefines.h') diff --git a/GTMDefines.h b/GTMDefines.h index 2528d19..d381ec6 100644 --- a/GTMDefines.h +++ b/GTMDefines.h @@ -152,7 +152,7 @@ // for a little more background on the usage of these macros. // // _GTMDevLog log some error/problem in debug builds -// _GTMDevAssert assert if conditon isn't met w/in a method/function +// _GTMDevAssert assert if condition isn't met w/in a method/function // in all builds. // // To replace this system, just provide different macro definitions in your -- cgit v1.2.3