Fixed spelling / typos (from PowerDNS:codespell)

This commit is contained in:
Paul Bakker 2013-10-29 10:02:51 +01:00
parent 93c6aa4014
commit 60b1d10131
10 changed files with 17 additions and 17 deletions

View file

@ -320,7 +320,7 @@ int main( int argc, char *argv[] )
}
/*
* Substract the IV + HMAC length.
* Subtract the IV + HMAC length.
*/
filesize -= ( 16 + 32 );