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

@ -1182,7 +1182,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
case EW_READINISTR:
{
// GetPrivateProfileString can't read CR & LF characters inside values from INI files
// so we use "\n" as a detection system to see if we did succesfully read a value
// so we use "\n" as a detection system to see if we did successfully read a value
const TCHAR errstr[] = _T("\n");
TCHAR *p=var0;
TCHAR *buf0=GetStringFromParm(0x01);