summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authoryang wang <wangy@rc.inesa.com>2017-08-04 19:03:59 +0800
committeryang wang <wangy@rc.inesa.com>2017-08-04 19:06:10 +0800
commitbd079e5066e1c0b0b0100ab28d87a3e00f3d99a0 (patch)
tree0e69398998b828c3b8c7a6e57cf5d76a85f65bbc /doc/source
parent6fdce1316563f79fa6adf6ffa6439018cc5b8e98 (diff)
downloadpython-openstackclient-bd079e5066e1c0b0b0100ab28d87a3e00f3d99a0.tar.gz
Replace guildelines with guidelines
Change-Id: I9c4f15d320e2c506c16634a5a0e2fc324101189a
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/contributor/command-options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/command-options.rst b/doc/source/contributor/command-options.rst
index 06623445..70890ec6 100644
--- a/doc/source/contributor/command-options.rst
+++ b/doc/source/contributor/command-options.rst
@@ -14,7 +14,7 @@ for defining and using options in all situations. The alternative of only
using it when necessary leads to errors when copy-n-paste is used for a
new command without understanding why or why not that instance is correct.
-The :ref:`hig` describes the guildelines for option names and usage.
+The :ref:`hig` describes the guidelines for option names and usage.
In short:
* All option names shall be GNU-style long names (two leading dashes).