summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-03-20 14:05:06 +0100
committerJakub Wilk <jwilk@jwilk.net>2016-03-20 14:05:06 +0100
commitcaf4dca5987a9e6750acf30ea6d5724766ded05d (patch)
tree5daeb1570cd8798d4e99897692c89cb067601569 /man
parent771c5da528bd10b6b0a8b4dd3d006218e8e5e26f (diff)
downloadpylint-git-caf4dca5987a9e6750acf30ea6d5724766ded05d.tar.gz
Fix typo in the symilar manpage
Diffstat (limited to 'man')
-rw-r--r--man/symilar.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/symilar.1 b/man/symilar.1
index 7975db526..0b5455905 100644
--- a/man/symilar.1
+++ b/man/symilar.1
@@ -30,7 +30,7 @@ show help message and exit
.IP "-d <min_duplicated_lines>, --duplicates <min_duplicated_lines>"
minimum number of identical lines that should trigger a similarity message.
Default is 4. So if it finds 3 identical lines, there will be no message, but
-4 identical lines will be mentionned.
+4 identical lines will be mentioned.
.IP "-i, --ignore-comments"
ignore differences concerning only stuff behind a '#' (Python comments). This
means that if just a comment was added, the message will still be triggered.