Fix typo error in the comment

Change-Id: I6f0a7760022783a05d11258ab9b6f06d8ba5fbc0
Closes-Bug: #1279473
This commit is contained in:
Johnu George 2014-08-18 19:47:10 -07:00
parent be8dc827cf
commit 28d4c1b089
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ HORIZON_CONFIG = {
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
# Set custom secret key:
# You can either set it to a specific value or you can let horizion generate a
# You can either set it to a specific value or you can let horizon generate a
# default secret key that is unique on this machine, e.i. regardless of the
# amount of Python WSGI workers (if used behind Apache+mod_wsgi): However, there
# may be situations where you would want to set this explicitly, e.g. when