Skip to content

Commit ba225cc

Browse files
Merge pull request #45 from brsunter/master
Fix typo in AWSCredentialsProvider.m
2 parents 091acaf + 96cb489 commit ba225cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AWSCore/Authentication/AWSCredentialsProvider.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ - (BFTask *)refresh {
126126
forKey:@"expiration"];
127127
}
128128
} else {
129-
// reset the values for the credenails
129+
// reset the values for the credentials
130130
@synchronized(self) {
131131
[self.keychain removeItemForKey:@"accessKey"];
132132
[self.keychain removeItemForKey:@"secretKey"];
@@ -337,7 +337,7 @@ - (BFTask *)refresh {
337337
[self.keychain synchronize];
338338
}
339339
} else {
340-
// reset the values for the credenails
340+
// reset the values for the credentials
341341
@synchronized(self) {
342342
self.keychain[@"accessKey"] = nil;
343343
self.keychain[@"secretKey"] = nil;

0 commit comments

Comments
 (0)