odk/docs/tools.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 Author: Muhammet Kara <[email protected]> Date: Tue May 2 14:40:17 2017 +0300 Fix typos Change-Id: Ib6a65c21916d808adfabb1c400937c4ebf12ce2d Reviewed-on: https://gerrit.libreoffice.org/37150 Reviewed-by: Cor Nouws <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/odk/docs/tools.html b/odk/docs/tools.html index 171adf165f87..0a7cdcc82d57 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -72,14 +72,14 @@ <td class="content3"><img src="images/arrow-1.gif"/></td> <td><a href="#regmerge" title="link to the regmerge tool description">regmerge</a></td> <td class="content87">Tool to merge several registry (e.g. type - libraries) files into one file. <b>Note:</b> Since OpenOffice.org 3 it is not longer part of the SDK but it comes directly with the office as part of the <b>ure</b>.</td> + libraries) files into one file. <b>Note:</b> Since OpenOffice.org 3 it is no longer part of the SDK but it comes directly with the office as part of the <b>ure</b>.</td> </tr> <tr valign="top"> <td class="content3"><img src="images/arrow-1.gif"/></td> <td><a href="#regview" title="link to the regview tool description">regview</a></td> <td class="content87">Tool to view the content of a registry file in a human readable manner. Special support for type library - nodes. <b>Note:</b> Since OpenOffice.org 3 it is not longer part of the SDK but it comes directly with the office as part of the <b>ure</b>.</td> + nodes. <b>Note:</b> Since OpenOffice.org 3 it is no longer part of the SDK but it comes directly with the office as part of the <b>ure</b>.</td> </tr> <tr valign="middle"> <td colspan="3"><img class="line" src="images/sdk_line-1.gif"/></td> @@ -151,12 +151,12 @@ <td colspan="3"> <p>'unopkg' is a tool for easy deployment of UNO packages in an existing office installation. UNO packages are UNO components (single libraries or - Jar files or more complex zip files that contains one or more libraries| + Jar files or more complex zip files that contain one or more libraries| Jar files, type libraries and configuration items), scripts and LibreOffice %PRODUCT_RELEASE% Basic libraries as zip package. 'unopkg' is not part of the SDK but comes with the office directly and is a development tool as well as an end user tool to deploy extension into an office installation.</p> - <p>More details concerning deployment and this tool can be find in the + <p>More details concerning deployment and this tool can be found in the Developer's Guide: <a href="http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg" title="link to the "Extension Manager - unopkg" chapter in the Developer's Guide">Extension Manager - <i>unopkg</i></a>.</p> <p><b>Note:</b> This tool works only in the <i><office>/program</i> directory!</p> @@ -184,7 +184,7 @@ </tr> <tr> <td class="cell15"><code>reinstall</code></td> - <td class="cell85">export feature: reinstall all deployed + <td class="cell85">expert feature: reinstall all deployed packages</td> </tr> <tr> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
