From 6c05c92d1367f1608e5de388dccb1095f7796249 Mon Sep 17 00:00:00 2001 From: Chris Blumentritt Date: Tue, 6 Jan 2015 17:04:56 -0600 Subject: [PATCH] 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 --- doc/user-guide/section_cli_nova_configure_instances.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/section_cli_nova_configure_instances.xml b/doc/user-guide/section_cli_nova_configure_instances.xml index c82f67c8b2..b169e8e345 100644 --- a/doc/user-guide/section_cli_nova_configure_instances.xml +++ b/doc/user-guide/section_cli_nova_configure_instances.xml @@ -76,7 +76,7 @@ To generate a key pair, run the following command: $ nova keypair-add KEY_NAME > MY_KEY.pem The command generates a key pair with the name that you - specify fir KEY_NAME, writes the + specify for KEY_NAME, writes the private key to the .pem file that you specify, and registers the public key at the Nova database.