Fixed minor documentation typos

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7010 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-06-17 21:20:05 +00:00
parent 47b28a80a7
commit 2eb0d5cdf1
2 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@
<p>
The dialogs created by InstallOptions are based on INI files which define the controls
on the dialog and their properties. These INI files can be modified from the script
to adjust the dialogs on runtime.</p>
to adjust the dialogs at runtime.</p>
<p>
The format of INI files is described in a <a href="http://en.wikipedia.org/wiki/Ini_file">
Wikipedia article</a>.</p>
@ -717,7 +717,7 @@ FunctionEnd
<div>
<p>
The INSTALLOPTIONS_WRITE macro allows you to write values to the INI file to change
texts or control settings on runtime:
texts or control settings at runtime:
<pre>
!insertmacro INSTALLOPTIONS_WRITE &quot;ioFile.ini&quot; &quot;Field #&quot; &quot;Name&quot; &quot;Value&quot;
</pre>