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.