fixed bug #1589877 - Typos in Appendix E

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4806 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-11-03 12:21:06 +00:00
parent 07278e86f2
commit 43e1e36639

View file

@ -817,7 +817,7 @@ Call functions:
\S1{getfileext} GetFileExt
\b Get extention of file.
\b Get extension of file.
\\<b\\>Syntax:\\</b\\>
@ -1807,7 +1807,7 @@ Call functions:
\c IfErrors end
\c
\c StrLen $0 $R0 ; $0 = Start position of word (11)
\c StrLen $1 ':\lo' ; $1 = Word leght (4)
\c StrLen $1 ':\lo' ; $1 = Word length (4)
\c ; StrCpy $R0 $R1 $1 $0 ; $R0 = :\lo
\c
\c end: