From: Jonathan Neuschäfer Date: Wed, 23 Mar 2011 21:04:43 +0000 (+0100) Subject: fix common misspellings X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/98f4be35b40eb9385a219971f47ea2617ccce684?hp=9f03c91b45a450901e3056ffe2277c51887a86f3 fix common misspellings They were detected using `codespell' --- diff --git a/HACKING b/HACKING index fc0e7ce..19bd8c9 100644 --- a/HACKING +++ b/HACKING @@ -10,7 +10,7 @@ If you have never used git before, there are some useful tutorials on the github.com web site to help you through the learning process. I am trying to follow the Linux kernel coding style with the code -whereever possible. This style is documented in the Linux kernel source +wherever possible. This style is documented in the Linux kernel source tree in the file Documentation/CodingStyle. Included in the bti code tree is a script called checkpatch.pl that can automatically check if your changes are compliant with the guidelines. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0416000..24d8dd2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,7 +29,7 @@ some readline fixups from Pete bti 025 ============= -remove readline link-time dependancy to make the distro's lives easier +remove readline link-time dependency to make the distro's lives easier bugfixes for minor things by Amir and Gregor bti 024 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.