* fixed typo

This commit is contained in:
age 2008-04-19 08:44:53 +00:00
parent 9fa6376672
commit 916b4bebce
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class CryptoBoxSettings:
else: else:
raise CBConfigUnavailableError( raise CBConfigUnavailableError(
"failed to load the config file: %s" % config_file) "failed to load the config file: %s" % config_file)
except IOError, err_msgg: except IOError, err_msg:
raise CBConfigUnavailableError( raise CBConfigUnavailableError(
"unable to open the config file (%s): %s" % \ "unable to open the config file (%s): %s" % \
(config_file, err_msg)) (config_file, err_msg))