Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/cccheck.12
1 files changed, 1 insertions, 1 deletions
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=<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,