From 43e1e366395907662809677bc9d70dd90a1a7e04 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 3 Nov 2006 12:21:06 +0000 Subject: [PATCH] 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 --- Docs/src/headers.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/headers.but b/Docs/src/headers.but index 4967bdae..2ded855a 100644 --- a/Docs/src/headers.but +++ b/Docs/src/headers.but @@ -817,7 +817,7 @@ Call functions: \S1{getfileext} GetFileExt -\b Get extention of file. +\b Get extension of file. \\Syntax:\\ @@ -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: