From 21ad0867be477ad158a9bc5935db26b53d14cd3d Mon Sep 17 00:00:00 2001 From: howardlee Date: Tue, 1 Nov 2016 14:32:01 +0800 Subject: [PATCH] Fix typo in oslo.policy TrivialFix Change-Id: I0a9f18e31492b5b5bd5de004e8f5129d8fd3f50f --- 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 144c0c56..2ba217f9 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -109,7 +109,7 @@ where policy-generator.conf looks like:: output_file = policy-sample.yaml namespace = nova -If output_file is ommitted the sample file will be sent to stdout. +If output_file is omitted the sample file will be sent to stdout. Merged file generation ---------------------- @@ -143,7 +143,7 @@ where policy-merged-generator.conf looks like:: output_file = policy-merged.yaml namespace = nova -If output_file is ommitted the file will be sent to stdout. +If output_file is omitted the file will be sent to stdout. List of redundant configuration -------------------------------