Skip to content

Commit e5977b5

Browse files
committed
Spelling in a comment
Fixed spelling error
1 parent f6182a1 commit e5977b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/twilio/sdk/TwilioUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public boolean validateRequest(String expectedSignature, String url, Map<String,
5252
SecretKeySpec signingKey = new SecretKeySpec(this.authToken.getBytes(), "HmacSHA1");
5353

5454
try {
55-
//initialize the hash algortihm
55+
//initialize the hash algorithm
5656
Mac mac = Mac.getInstance("HmacSHA1");
5757
mac.init(signingKey);
5858

0 commit comments

Comments
 (0)