faq-setting-up-passwordless-ssh.md
... ...
@@ -25,7 +25,7 @@ If you are using csh/tcsh shell
25 25
26 26
ipa user-mod $USER --sshpubkey="`cat .ssh/id_rsa.pub`"
27 27
28
-If you get a 'Kerberos Credential' error you will need to enter the following cammand, type your password and try again.
28
+If you get a 'Kerberos Credential' error you will need to enter the following command, type your password and try again.
29 29
30 30
kinit $USER
31 31