summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-04-18 16:14:50 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-04-18 16:14:50 +0000
commitcde438d84b1331efd956a83d07b9d10d71c91a28 (patch)
tree4e154c9bc5cac210764addd544b45d91f7f4d090
parent330779e065e33fa2b949429fc2491dee487abd6c (diff)
downloadpexpect-cde438d84b1331efd956a83d07b9d10d71c91a28.tar.gz
Spelling correction by Yurii Sheng.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@467 656d521f-e311-0410-88e0-e7920216d269
-rw-r--r--pexpect/doc/index.template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/doc/index.template.html b/pexpect/doc/index.template.html
index 81cea75..f4169fd 100644
--- a/pexpect/doc/index.template.html
+++ b/pexpect/doc/index.template.html
@@ -157,7 +157,7 @@ handy if you are writing automated test tools.</p>
and <span class="code"><b>send()</b></span> (or <span class="code">sendline()</span>
which is like <span class="code">send()</span> with a linefeed).
The <span class="code">expect()</span> method waits for the child application
-to return a given strong. The string you specify is a regular expression, so
+to return a given string. The string you specify is a regular expression, so
you can match complicated patterns. The <span class="code"><b>send()</b></span> method
writes a string to the child application. From the child's point of
view it looks just like someone typed the text from a terminal. After