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:
parent
a074c23582
commit
510fb334c8
9 changed files with 11 additions and 11 deletions
|
@ -27,7 +27,7 @@ Section "Test 1"
|
|||
Goto end
|
||||
|
||||
success:
|
||||
DetailPrint "Test 1 succeded (output: $R0)"
|
||||
DetailPrint "Test 1 succeeded (output: $R0)"
|
||||
|
||||
end:
|
||||
|
||||
|
@ -69,7 +69,7 @@ Section "Test 2"
|
|||
Goto end
|
||||
|
||||
success:
|
||||
DetailPrint "Test 2 succeded (output: $R1)"
|
||||
DetailPrint "Test 2 succeeded (output: $R1)"
|
||||
|
||||
end:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue