From 90f4c06cd4186b08758ff599691d1ae1af522590 Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 23 Jan 2018 09:24:50 +0800 Subject: [PATCH] Fix two mistakes of method description Fix two mistakes of method description in processor.py Change-Id: I3434665b6d458937295b0563ea0cd0ee6aebaca1 --- cloudkitty/cli/processor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudkitty/cli/processor.py b/cloudkitty/cli/processor.py index 058d1b9c..99eed058 100644 --- a/cloudkitty/cli/processor.py +++ b/cloudkitty/cli/processor.py @@ -22,8 +22,8 @@ def main(): service.prepare_service() # NOTE(mc): This import is done here to ensure that the prepare_service() - # fonction is called before any cfg option. By importing the orchestrator - # file, the utils one is imported too, and then some cfg option are read + # function is called before any cfg option. By importing the orchestrator + # file, the utils one is imported too, and then some cfg options are read # before the prepare_service(), making cfg.CONF returning default values # systematically. from cloudkitty import orchestrator