Fixed some typos (Most of them found by codespell/Stefan Weil)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6704 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-02-04 20:14:06 +00:00
parent a074c23582
commit 510fb334c8
9 changed files with 11 additions and 11 deletions

View file

@ -49,7 +49,7 @@ int DoPatch(HANDLE hPatch, HANDLE hSource, HANDLE hDest) {
FILETIME targetModifiedTime;
// special 'addition' for the dll: since the patch file is now
// in a seperate file, the VPAT header might be right at the start
// in a separate file, the VPAT header might be right at the start
// of the file, and a pointer at the end of the file is probably missing
// (because all patch generator versions don't append it, the linker/gui
// does this).