Fix typo in comments

This patch fixed typo in comments.

Change-Id: I30858724543dd6ec91463e63344091136cbad87a
This commit is contained in:
ZHAO YI 2015-11-19 16:30:02 +08:00 committed by Yi Zhao
parent c813864421
commit 5f22584d44
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ def load_config():
- the contents of 'ANCHOR_CONF' environment variable
- a local 'config.json' file in the invocation folder
- a HOME/.config/anchor/config.json file
- a /etc/anchor/config.json fiile
- a /etc/anchor/config.json file
"""
config_name = 'ANCHOR_CONF'
local_config_path = 'config.json'