cccheck.1: fix a typo
authorAbdur Rehman <arehmanq199@gmail.com>
Wed, 26 Oct 2016 20:00:23 +0000 (01:00 +0500)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 20:00:23 +0000 (01:00 +0500)
man/cccheck.1

index aead19a58d084fbb76a15eebba1fef9a6367a76a..3614f4ae4ec8d1173f8940122cd2984e7e3db6c2 100644 (file)
@@ -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,