aboutsummaryrefslogtreecommitdiff
path: root/development/codespell/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-11-20 13:25:42 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-22 01:14:17 +0700
commit8507c11e5a57715c9078eabd9d64b3995e1f6504 (patch)
treee9057ec2e277e31ab20de9d8ae292cbf085cbfab /development/codespell/README
parent14fe7cb8c8d4ca661c563a54b20da0207ec73c1d (diff)
development/codespell: Added (spell checker for source code)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/codespell/README')
-rw-r--r--development/codespell/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/codespell/README b/development/codespell/README
new file mode 100644
index 0000000000000..6c714b66f26fb
--- /dev/null
+++ b/development/codespell/README
@@ -0,0 +1,9 @@
+codespell (spell checker for source code)
+
+codespell fixes common misspellings in text files. It's designed
+primarily for checking misspelled words in source code, but it can be
+used with other files as well.
+
+Optional dependency: python-chardet. This is required for codespell's
+-e option. Unless you deal with files that are not ASCII, ISO-8859-1,
+or UTF-8, you probably don't need the -e option.