X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/9f03c91b45a450901e3056ffe2277c51887a86f3..98f4be35b40eb9385a219971f47ea2617ccce684:/bti.c diff --git a/bti.c b/bti.c index 881b826..d612efc 100644 --- a/bti.c +++ b/bti.c @@ -116,7 +116,7 @@ static char *get_string(const char *name) * lib/ss/get_readline.c file, which is licensed under the MIT license. * * This keeps us from having to relicense the bti codebase if readline - * ever changes its license, as there is no link-time dependancy. + * ever changes its license, as there is no link-time dependency. * It is a run-time thing only, and we handle any readline-like library * in the same manner, making bti not be a derivative work of any * other program.