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