Repository: libcloud Updated Branches: refs/heads/trunk 25c414e33 -> f6227ddd1
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f6227ddd Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f6227ddd Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f6227ddd Branch: refs/heads/trunk Commit: f6227ddd10a3819051ac14bb39843a2722bc42ab Parents: 25c414e Author: Tomaz Muraus <[email protected]> Authored: Sat Jul 30 13:20:13 2016 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jul 30 13:20:13 2016 +0200 ---------------------------------------------------------------------- libcloud/common/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f6227ddd/libcloud/common/google.py ---------------------------------------------------------------------- diff --git a/libcloud/common/google.py b/libcloud/common/google.py index 96a0acb..75f342c 100644 --- a/libcloud/common/google.py +++ b/libcloud/common/google.py @@ -704,7 +704,7 @@ class GoogleOAuth2Credential(object): int('600', 8)), 'w') as f: f.write(data) except: - # Note: Failed to write (cache) token in a file is not fatal. It + # Note: Failure to write (cache) token in a file is not fatal. It # simply means degraded performance since we will need to acquire a # new token each time script runs. e = sys.exc_info()[1]
