From a0c222056c85e329ceead309fb9e5ba366e20ee6 Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Thu, 27 Oct 2016 01:00:23 +0500 Subject: [PATCH] cccheck.1: fix a typo --- man/cccheck.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/cccheck.1 b/man/cccheck.1 index aead19a58d0..3614f4ae4ec 100644 --- a/man/cccheck.1 +++ b/man/cccheck.1 @@ -11,7 +11,7 @@ cccheck \- Perform static code contracts verification for CLR assemblies. .PP .B cccheck --assembly= [options] .SH DESCRIPTION -Perform static code contracts verification to find bugs and inconsistences +Perform static code contracts verification to find bugs and inconsistencies between code and specification. This includes non-null, integer analyses. .PP The assembly must have been built with the symbol CONTRACTS_FULL defined, -- 2.25.1