[svn r63253] fix typo

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-23 20:07:02 +01:00
parent e0cfe2adc5
commit 5bf92423b7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ XSpec: string specification for gateway type and configuration
``py.execnet`` supports a simple extensible format for
specifying and configuring Gateways for remote execution.
You can use a string spefication to make a new gateway,
You can use a string specification to instantiate a new gateway,
for example a new SshGateway::
gateway = py.execnet.makegateway("ssh=myhost")