Skip to content

Commit 96cb489

Browse files
committed
Fix typo in AWSCredentialsProvider.m
Changed credenails to credentials
1 parent 091acaf commit 96cb489

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)