diff options
author | Marcus Arendt <[email protected]> | 2015-01-23 13:19:54 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2015-01-23 13:19:54 +0100 |
commit | 94e149cd5b181b1620d07e8558b5473ed8c1891d (patch) | |
tree | 21f579435d1e95078b97831d3c0342da7dac39fa | |
parent | 2249ed70a95b238d37164a64abecfbde76f7dec2 (diff) | |
parent | ec49235bde9d250238d8fef27125f0e75cf5d322 (diff) | |
download | otp-94e149cd5b181b1620d07e8558b5473ed8c1891d.tar.gz otp-94e149cd5b181b1620d07e8558b5473ed8c1891d.tar.bz2 otp-94e149cd5b181b1620d07e8558b5473ed8c1891d.zip |
Merge branch 'marcus/rabbe-doc-typos2/OTP-12399' into maint
* marcus/rabbe-doc-typos2/OTP-12399:
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 |