]> granicus.if.org Git - check/commitdiff
doc: fix logic typo in fail_* API description
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 12 Jan 2014 20:19:41 +0000 (20:19 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 12 Jan 2014 20:19:41 +0000 (20:19 +0000)
Patch provided by Bill Kolokithas

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1053 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/check.texi

index 52e0e3a6010f9fee07739001c0f851925aac7e98..eed53523866b0251a640b808b153208b6680b50f 100644 (file)
@@ -926,11 +926,11 @@ the last two letters of the function name.  The abbreviations @code{eq} and
 (Deprecated) Unconditionally fails test with user supplied message.
 
 @item fail_if
-(Deprecated) Fails test if supplied condition evaluates to false and 
+(Deprecated) Fails test if supplied condition evaluates to true and
 displays user provided message.
 
 @item fail_unless
-(Deprecated) Fails test if supplied condition evaluates to true and 
+(Deprecated) Fails test if supplied condition evaluates to false and
 displays user provided message.