diff options
author | Marcus Arendt <[email protected]> | 2015-01-19 09:29:37 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2015-01-19 09:29:37 +0100 |
commit | ec49235bde9d250238d8fef27125f0e75cf5d322 (patch) | |
tree | c3f2ccbbd1f6f978ad43fe4fb1aa197348a9bad3 | |
parent | 50a92094372b45c9864afe3418b79605da549122 (diff) | |
download | otp-ec49235bde9d250238d8fef27125f0e75cf5d322.tar.gz otp-ec49235bde9d250238d8fef27125f0e75cf5d322.tar.bz2 otp-ec49235bde9d250238d8fef27125f0e75cf5d322.zip |
fix spelling
-rw-r--r-- | lib/ssh/doc/src/using_ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml index 9ab71260d3..46178d4018 100644 --- a/lib/ssh/doc/src/using_ssh.xml +++ b/lib/ssh/doc/src/using_ssh.xml @@ -79,7 +79,7 @@ <p> The option user_dir defaults to the users ~/.ssh directory</p> <p>In the following example we generate new keys and host keys as - to be able to run the example without having root privilages</p> + to be able to run the example without having root privileges</p> <code> $bash> ssh-keygen -t rsa -f /tmp/ssh_daemon/ssh_host_rsa_key |