From bd079e5066e1c0b0b0100ab28d87a3e00f3d99a0 Mon Sep 17 00:00:00 2001 From: yang wang Date: Fri, 4 Aug 2017 19:03:59 +0800 Subject: [PATCH] Replace guildelines with guidelines Change-Id: I9c4f15d320e2c506c16634a5a0e2fc324101189a --- doc/source/contributor/command-options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/command-options.rst b/doc/source/contributor/command-options.rst index 0662344536..70890ec69d 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).