summaryrefslogtreecommitdiffstats
path: root/src/misspell.c
Commit message (Expand)AuthorAgeFilesLines
* src: remove xfree() and use plain free()Thomas Haller2023-11-091-1/+1
* include: include <string.h> in <nft.h>Thomas Haller2023-09-281-1/+0
* include: include <stdlib.h> in <nft.h>Thomas Haller2023-09-111-1/+0
* src: add <nft.h> header and include it as firstThomas Haller2023-08-251-0/+2
* src: Add GPLv2+ header to .c files of recent creationPablo Neira Ayuso2023-01-021-0/+8
* misspell: add distance threshold for suggestionsPablo Neira Ayuso2018-11-301-3/+18
* src: provide suggestion for misspelled object namePablo Neira Ayuso2018-11-301-0/+91