summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-08-03 23:38:45 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-08-03 23:38:45 +0300
commit50fb09bae793d5fda2cb22d646242eaec3fbbb6e (patch)
treeb0a49b1cf493d63ee81c25b7e8f17e5a0bae1050 /doc
parentapi-dist.texi: Re-organize description of procedures (diff)
downloadguile-ssh-50fb09bae793d5fda2cb22d646242eaec3fbbb6e.tar.gz
doc/api-dist.texi: Fix a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/api-dist.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api-dist.texi b/doc/api-dist.texi
index 64e5bc1..03c658b 100644
--- a/doc/api-dist.texi
+++ b/doc/api-dist.texi
@@ -17,7 +17,7 @@ daemon and a GNU Guile REPL server both running on the remote host.
Node management procedures:
@deffn {Scheme Procedure} make-node session [repl-port=37146]
-Make a new node that uses an SSH @var{session} to connec to a @var{repl-port}
+Make a new node that uses an SSH @var{session} to connect to a @var{repl-port}
number on the remote side. Return a new node.
@end deffn