Author: pekka.klarck
Date: Tue Mar 24 16:01:20 2009
New Revision: 1519
Modified:
trunk/doc/userguide/RobotFrameworkUserGuide.html
trunk/doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.txt
Log:
typo fix
Modified: trunk/doc/userguide/RobotFrameworkUserGuide.html
==============================================================================
--- trunk/doc/userguide/RobotFrameworkUserGuide.html (original)
+++ trunk/doc/userguide/RobotFrameworkUserGuide.html Tue Mar 24 16:01:20
2009
@@ -8622,7 +8622,7 @@
<li><a class="reference internal" href="#id133" id="id414">Summary</a></li>
</ul>
</li>
-<li><a class="reference internal"
href="#using-robot-framework-s-intermal-modules"
id="id415">4.1.8 Using Robot Framework's intermal
modules</a></li>
+<li><a class="reference internal"
href="#using-robot-framework-s-internal-modules"
id="id415">4.1.8 Using Robot Framework's internal
modules</a></li>
</ul>
</div>
<div class="section" id="id114">
@@ -9966,8 +9966,8 @@
<a class="reference internal" href="#telnet-library">Telnet
library</a>.</p>
</div>
</div>
-<div class="section" id="using-robot-framework-s-intermal-modules">
-<h3><a class="toc-backref" href="#id415">4.1.8 Using
Robot Framework's intermal modules</a></h3>
+<div class="section" id="using-robot-framework-s-internal-modules">
+<h3><a class="toc-backref" href="#id415">4.1.8 Using
Robot Framework's internal modules</a></h3>
<p>Test libraries implemented with Python can use Robot Framework's
internal modules, for example, to get information about the executed
tests and the settings that are used. This powerful mechanism to
@@ -11238,7 +11238,7 @@
<div class="footer">
<hr class="footer" />
<p>Generated by <a class="reference external"
href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>.
Syntax highlighting by <a class="reference external"
href="http://pygments.org/">Pygments</a>.</p>
-<p>Generated on: 2009-03-24 22:57 UTC.
+<p>Generated on: 2009-03-24 23:00 UTC.
</p>
</div>
Modified:
trunk/doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.txt
==============================================================================
---
trunk/doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.txt
(original)
+++
trunk/doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.txt
Tue Mar 24 16:01:20 2009
@@ -1328,7 +1328,7 @@
`Telnet library`_.
-Using Robot Framework's intermal modules
+Using Robot Framework's internal modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test libraries implemented with Python can use Robot Framework's