summaryrefslogtreecommitdiffstats
path: root/development/kodespel/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/kodespel/README')
-rw-r--r--development/kodespel/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/kodespel/README b/development/kodespel/README
new file mode 100644
index 0000000000..6d6fcf6724
--- /dev/null
+++ b/development/kodespel/README
@@ -0,0 +1,8 @@
+kodespel (spell-checker for source code)
+
+kodespel is a spellchecker for source code. kodespel's nifty trick
+is that it knows how to split common programming identifiers like
+'getAllStuff' or 'DoThingsNow' or 'num_objects' or 'HTTPResponse' into
+words, feed those to ispell, and interpret ispell's output.
+
+See also: codespell (same concept, different implementation).