diff options
Diffstat (limited to 'boto/roboto/awsqueryservice.py')
-rw-r--r-- | boto/roboto/awsqueryservice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/roboto/awsqueryservice.py b/boto/roboto/awsqueryservice.py index cb3a21d0..ab9492f4 100644 --- a/boto/roboto/awsqueryservice.py +++ b/boto/roboto/awsqueryservice.py @@ -48,7 +48,7 @@ class AWSQueryService(boto.connection.AWSQueryConnection): def check_for_credential_file(self): """ - Checks for the existance of an AWS credential file. + Checks for the existence of an AWS credential file. If the environment variable AWS_CREDENTIAL_FILE is set and points to a file, that file will be read and will be searched credentials. |