/correct

another command-line correction utility

Primary LanguageCBSD Zero Clause License0BSD

correct
=======
    suggests a number of matching commands for a string (using Levenshtein distance)

usage
-----
    * program
        $ make
        $ bin/correct
    * documentation
        $ make
        $ man doc/correct.1.gz
    * examples
        $ . etc/$example

depends on
----------
    * docutils
    * gcc
    * make