From 36f7f6a18c23783a0d7763fbdc840577d03b3ca0 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Tue, 4 Aug 2015 14:12:24 +0900 Subject: [PATCH] Fix two typos on heat-translator documentation Transalator => Translator hellow => hello Change-Id: I17326a6977b061e15c45988658fc52b06d03ed38 Closes-Bug: #1481168 --- doc/source/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 8cdfe524..cb4e99ee 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -10,7 +10,7 @@ Assuming that OpenStackClient (OSC) is available in your environment, you can ea cd heat-translator python setup.py install -Once installation is complete, Heat-Transalator is ready to use. Currently you can use it in following two ways. +Once installation is complete, Heat-Translator is ready to use. Currently you can use it in following two ways. Translate and get output on command line. For example: :: @@ -18,7 +18,7 @@ Translate and get output on command line. For example: :: Translate and save output of translated file to a desired destination. For example: :: - openstack translate template --template-file /home/openstack/heat-translator/translator/toscalib/tests/data/tosca_helloworld.yaml --template-type tosca --output-file /tmp/hot_hellow_world.yaml + openstack translate template --template-file /home/openstack/heat-translator/translator/toscalib/tests/data/tosca_helloworld.yaml --template-type tosca --output-file /tmp/hot_hello_world.yaml You can learn more about available options by running following help command::