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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user