diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-11-12 16:47:58 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-11-12 16:47:58 +0000 |
commit | a06c5090a04a51fb9de65e39d58af01204db46fc (patch) | |
tree | b0794bfedc17769637cbbabc19967d098b363451 /Hurd | |
parent | cd10b4a51603da6fb701b0997dcbf42f8f6c317d (diff) |
web commit by AnatolyKazantsev: fix misspell in word 'translator'
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/HostmuxTranslator.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hurd/HostmuxTranslator.mdwn b/Hurd/HostmuxTranslator.mdwn index b3d1c8cc..5fab2dc5 100644 --- a/Hurd/HostmuxTranslator.mdwn +++ b/Hurd/HostmuxTranslator.mdwn @@ -24,8 +24,8 @@ Usermux is called via <code>**settrans -fgap /ftp /hurd/hostmux /hurd/ftpfs /**< When <code>**/ftp**</code> is accessed, the first directory is interpreted as hostname and a new translator is set up with the <code>**hostmux**</code> arguments: -<code>**ls /ftp/ftp.yourhost.com/pub/**</code> lets hostmux start a new traslator <code>**/hurd/ftpfs / ftp.yourhost.com**</code> and serve it via <code>**/ftp/ftp.yourhos t.com/**</code> as directory. Subsequent the directory <code>**pub/**</code> on <code>**/ftp.yourhost.com/**</code> can be accessed via the new created translator. +<code>**ls /ftp/ftp.yourhost.com/pub/**</code> lets hostmux start a new traslator <code>**/hurd/ftpfs / ftp.yourhost.com**</code> and serve it via <code>**/ftp/ftp.yourhos t.com/**</code> as directory. Subsequent the directory <code>**pub/**</code> on <code>**/ftp.yourhost.com/**</code> can be accessed via the new created translator. -You can see the new created transplator in the process list: <code>**ps ax | grep ftpsfs**</code> . You shoud see <code>**/hurd/ftpfs / ftp.yourhost.com**</code> . +You can see the new created translator in the process list: <code>**ps ax | grep ftpsfs**</code> . You shoud see <code>**/hurd/ftpfs / ftp.yourhost.com**</code> . -- [[Main/PatrickStrasser]] - 13 Jul 2004 |