Fix spelling

The sentence read, The command generates a key pair with the name that
you specify fir KEY_NAME.  Replaced fir with for.

Change-Id: I77e00cc2e73ea9fee689c17faf1e9e62ab74886f
backport: none
Closes-Bug: #1408098
This commit is contained in:
Chris Blumentritt
2015-01-06 17:04:56 -06:00
parent f1370dedda
commit 6c05c92d13

View File

@@ -76,7 +76,7 @@
<para>To generate a key pair, run the following command:</para>
<screen><prompt>$</prompt> <userinput>nova keypair-add <replaceable>KEY_NAME</replaceable> > <replaceable>MY_KEY</replaceable>.pem</userinput></screen>
<para>The command generates a key pair with the name that you
specify fir <replaceable>KEY_NAME</replaceable>, writes the
specify for <replaceable>KEY_NAME</replaceable>, writes the
private key to the <filename>.pem</filename> file that you
specify, and registers the public key at the Nova
database.</para>