[common] Fix typo

Change-Id: I9807caeb7d4e605a124b97e4412aa8797dd077de
This commit is contained in:
KATO Tomoyuki
2015-07-07 18:57:13 +09:00
committed by Christian Berendt
parent 1c5b5d3cba
commit 71e989c184
2 changed files with 6 additions and 6 deletions

View File

@@ -94,8 +94,8 @@ Missing credentials cause a ``403 forbidden`` error. To resolve
this issue, use one of these methods: this issue, use one of these methods:
#. Manual method #. Manual method
Gets the :file:`novarc` file from the project ZIP file, save existing Gets the :file:`novarc` file from the project ZIP file, saves existing
credentials in case of override. and manually source the :file:`novarc` credentials in case of override, and manually sources the :file:`novarc`
file. file.
#. Script method #. Script method

View File

@@ -107,11 +107,11 @@
this issue, use one of these methods:<orderedlist> this issue, use one of these methods:<orderedlist>
<listitem> <listitem>
<para><emphasis role="bold">Manual <para><emphasis role="bold">Manual
method</emphasis>. Get get the method</emphasis>. Gets the
<filename>novarc</filename> file from <filename>novarc</filename> file from
the project ZIP file, save existing the project ZIP file, saves existing
credentials in case of override. and credentials in case of override, and
manually source the manually sources the
<filename>novarc</filename> <filename>novarc</filename>
file.</para> file.</para>
</listitem> </listitem>