Merge pull request #3832 from microMolvi/patch-2
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 26 Oct 2016 22:30:23 +0000 (00:30 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 22:30:23 +0000 (00:30 +0200)
cccheck.1: fix a typo

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,