aboutsummaryrefslogtreecommitdiff
path: root/GTMDefines.h
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-16 16:14:20 -0400
committerGravatar GitHub <noreply@github.com>2016-09-16 16:14:20 -0400
commit57eeab4193210df8ab0c81e9d3f1ee1ad3e24492 (patch)
treeee4b552ae18484db6993eae459f209ee704b75a8 /GTMDefines.h
parent2d6ac0199f7001cffada7058c9014f8de092300a (diff)
parent088532e8367dd681639e288665a3f0c9619c0cb5 (diff)
Merge pull request #124 from thomasvl/update
Small updates
Diffstat (limited to 'GTMDefines.h')
-rw-r--r--GTMDefines.h2
1 files changed, 1 insertions, 1 deletions
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