summaryrefslogtreecommitdiffstats
path: root/include/misspell.h
Commit message (Collapse)AuthorAgeFilesLines
* src: provide suggestion for misspelled object namePablo Neira Ayuso2018-11-301-0/+13
Use this from the lookup path, to check for misspellings: # nft add table filter # nft add chain filtre test Error: No such file or directory; did you mean table ‘filter’ in family ip? add chain filtre test ^^^^^^ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>