Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 33f6978

Browse files
author
josebarrueta
committed
1212 Fix typo in header name.
1 parent ac51144 commit 33f6978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/src/main/java/com/stormpath/sdk/impl/http/HttpHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class HttpHeaders implements MultiValueMap<String, String> {
7878

7979
public static final String STORMPATH_AGENT = "X-Stormpath-Agent";
8080

81-
public static final String STORMPATH_CLIENT_REQUEST_ID = "X-Stormapth-Client-Request-Id";
81+
public static final String STORMPATH_CLIENT_REQUEST_ID = "X-Stormpath-Client-Request-Id";
8282

8383
private static final String[] DATE_FORMATS = new String[]{
8484
"EEE, dd MMM yyyy HH:mm:ss zzz",

0 commit comments

Comments
 (0)