From dbe6f2347218958b148ef85c728564480c30cf09 Mon Sep 17 00:00:00 2001 From: anders_k Date: Sat, 10 Oct 2015 19:32:16 +0000 Subject: [PATCH] Fixed some typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6623 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Pages/Directory.nsh | 8 ++++---- Docs/src/compilerflags.but | 2 +- Docs/src/history.but | 12 ++++++------ Docs/src/var.but | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Contrib/Modern UI 2/Pages/Directory.nsh b/Contrib/Modern UI 2/Pages/Directory.nsh index 2e05653f..1d5ebf7d 100644 --- a/Contrib/Modern UI 2/Pages/Directory.nsh +++ b/Contrib/Modern UI 2/Pages/Directory.nsh @@ -16,12 +16,12 @@ Directory page Var mui.DirectoryPage.Text - Var mui.DirectoryPage.DirectoryBox + Var mui.DirectoryPage.DirectoryBox Var mui.DirectoryPage.Directory Var mui.DirectoryPage.BrowseButton Var mui.DirectoryPage.SpaceRequired - Var mui.DirectoryPage.SpaceAvailable + Var mui.DirectoryPage.SpaceAvailable !endif !macroend @@ -106,9 +106,9 @@ Directory page FindWindow $mui.DirectoryPage "#32770" "" $HWNDPARENT GetDlgItem $mui.DirectoryPage.Text $mui.DirectoryPage 1006 GetDlgItem $mui.DirectoryPage.DirectoryBox $mui.DirectoryPage 1020 - GetDlgItem $mui.DirectoryPage.Directory $mui.DirectoryPage 1019 + GetDlgItem $mui.DirectoryPage.Directory $mui.DirectoryPage 1019 GetDlgItem $mui.DirectoryPage.BrowseButton $mui.DirectoryPage 1001 - GetDlgItem $mui.DirectoryPage.SpaceRequired $mui.DirectoryPage 1023 + GetDlgItem $mui.DirectoryPage.SpaceRequired $mui.DirectoryPage 1023 GetDlgItem $mui.DirectoryPage.SpaceAvailable $mui.DirectoryPage 1024 !ifdef MUI_DIRECTORYPAGE_BGCOLOR diff --git a/Docs/src/compilerflags.but b/Docs/src/compilerflags.but index c0209609..698f9bbc 100644 --- a/Docs/src/compilerflags.but +++ b/Docs/src/compilerflags.but @@ -1,6 +1,6 @@ \S1{flags} Compiler Flags -The following commands affect how the compiler generates code and compresses data. Unless otherwise noted, these commands are valid anywhere in the script, and effect every line below where each one is placed (until overridden by another command). They cannot be jumped over using \R{flowcontrol}{flow control insutrctions}. +The following commands affect how the compiler generates code and compresses data. Unless otherwise noted, these commands are valid anywhere in the script, and effect every line below where each one is placed (until overridden by another command). They cannot be jumped over using \R{flowcontrol}{flow control instructions}. For example, in the following script, blah.dat will never be overwritten. diff --git a/Docs/src/history.but b/Docs/src/history.but index 82f123f7..d6bf8dcc 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -358,7 +358,7 @@ Released on June 6th, 2009 \S2{} Minor Changes -\b Added wildcard and /nonfatal suppport for \R{delfile}{!delfile} (\W{http://sourceforge.net/support/tracker.php?aid=1505425}{RFE #1505425}) +\b Added wildcard and /nonfatal support for \R{delfile}{!delfile} (\W{http://sourceforge.net/support/tracker.php?aid=1505425}{RFE #1505425}) \b Fixed \R{searchparse}{!searchparse} (\W{http://sourceforge.net/support/tracker.php?aid=2680110}{bug #2680110}) @@ -1092,7 +1092,7 @@ Released on June 8th, 2007 \S2{} Major Changes -\b Added a workaround for a Windows 2000 bug that caused infinite loops when hitting a key in the instilfes page (\W{http://sourceforge.net/support/tracker.php?aid=1733692}{bug #1733692}) +\b Added a workaround for a Windows 2000 bug that caused infinite loops when hitting a key on the instfiles page (\W{http://sourceforge.net/support/tracker.php?aid=1733692}{bug #1733692}) \S2{} Minor Changes @@ -1670,7 +1670,7 @@ Released on April 7th, 2006 \b Fixed makensis self-path detection on non-Windows platforms (NSIS_CONFIG_CONST_DATA_PATH=no) -\b Fixed replace_icon and and generate_uninstall_icon_data icon validation +\b Fixed replace_icon and generate_uninstall_icon_data icon validation \b Made external CHM links safer to script exceptions (\W{http://sourceforge.net/support/tracker.php?aid=1449879}{bug #1449879}) @@ -1746,7 +1746,7 @@ Released on March 4th, 2006 \b More informative \R{aicon}{Icon} error messages (\W{http://sourceforge.net/support/tracker.php?aid=1174742}{bug #1174742}) -\b New case sesnsitive functions in headers: \R{wordfinds}{WordFindS}, \R{wordfind2xs}{WordFind2XS}, \R{wordfind3xs}{WordFind3XS}, \R{wordreplaces}{WordReplaceS}, \R{wordadds}{WordAddS}, \R{wordinserts}{WordInsertS}, \R{strfilters}{StrFilterS}, \R{textcompares}{TextCompareS}, \R{configreads}{ConfigReadS}, \R{configwrites}{ConfigWriteS}, \R{getoptionss}{GetOptionsS} +\b New case-sensitive functions in headers: \R{wordfinds}{WordFindS}, \R{wordfind2xs}{WordFind2XS}, \R{wordfind3xs}{WordFind3XS}, \R{wordreplaces}{WordReplaceS}, \R{wordadds}{WordAddS}, \R{wordinserts}{WordInsertS}, \R{strfilters}{StrFilterS}, \R{textcompares}{TextCompareS}, \R{configreads}{ConfigReadS}, \R{configwrites}{ConfigWriteS}, \R{getoptionss}{GetOptionsS} \S2{} Translations @@ -1756,7 +1756,7 @@ Released on March 4th, 2006 \b Bulgarian translation improvements -\b Fixed Czech grammer mistakes (\W{http://sourceforge.net/support/tracker.php?aid=1427189}{patch #1427189}) +\b Fixed Czech grammar mistakes (\W{http://sourceforge.net/support/tracker.php?aid=1427189}{patch #1427189}) \b Fixed Italian typo (\W{http://sourceforge.net/support/tracker.php?aid=1416988}{patch #1416988}) @@ -2721,7 +2721,7 @@ Released on January 5th, 2004 \H{v2.0rc1} 2.0 Release Candidate 1 -Released on Decemeber 27th, 2003 +Released on December 27th, 2003 \S1{v2.0rc1-rn} Release Notes diff --git a/Docs/src/var.but b/Docs/src/var.but index 26cd9114..da7af1a2 100644 --- a/Docs/src/var.but +++ b/Docs/src/var.but @@ -177,7 +177,7 @@ This constant is not available on Windows 95 with Internet Explorer 4 and Active \e{$LOCALAPPDATA} -The local (nonroaming) application data directory. +The local (non-roaming) application data directory. This constant is available on Windows 2000 and above.