Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Fixed a typo that has bothered me for too long.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Magana committed Sep 30, 2020
1 parent db9ed94 commit bfec899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alks-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ exports.deleteLongTermKey = function(account, auth, iamUserName, opts, callback)
return callback(err);
}
else if(results.statusCode !== 200){
log('api:deleteLongTermKey', 'receieved bad response: ' + endpoint, results.body);
log('api:deleteLongTermKey', 'received bad response: ' + endpoint, results.body);

if(results.body.errors && results.body.errors.length){
return callback(new Error(results.body.errors[0]), null);
Expand Down

0 comments on commit bfec899

Please sign in to comment.