* Docs: harmonize spelling; brief description of utf8process

git-svn-id: trunk@46603 -
This commit is contained in:
reiniero 2014-10-19 10:48:40 +00:00
parent 00fc7489c9
commit cb34b4b12a
2 changed files with 5 additions and 5 deletions

View File

@ -1162,8 +1162,8 @@ else
<!-- function Visibility: default -->
<element name="CopyFile">
<short>
<var>CopyFile</var> - copies Source file to Destination file, optionally preserving the time stamp of the original file</short>
<errors>An exception is raised if the Copy process does not complete successfully or correctly</errors>
<var>CopyFile</var> - copies Source file to Destination file, optionally preserving the timestamp of the original file</short>
<errors>An exception is raised if the copy process does not complete successfully or correctly</errors>
</element>
<!-- function result Visibility: default -->
<element name="CopyFile.Result">
@ -1179,7 +1179,7 @@ else
</element>
<!-- argument Visibility: default -->
<element name="CopyFile.PreserveTime">
<short>If True, the time stamp of the original file is preserved in the copied file</short>
<short>If True, the timestamp of the original file is preserved in the copied file</short>
</element>
<!-- function Visibility: default -->
<element name="GetTempFilename">

View File

@ -9,13 +9,13 @@
-->
<module name="UTF8Process">
<short></short>
<short>Version of FPC TProcess that allows UTF8 arguments</short>
<descr>
</descr>
<!-- class Visibility: default -->
<element name="TProcessUTF8">
<short></short>
<short>Version of FPC TProcess that allows UTF8 arguments</short>
<descr>
</descr>
<errors>