Skip to content

Commit 209b625

Browse files
committed
update the error name
1 parent bc907c8 commit 209b625

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MSAL/src/MSALErrorConverter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ + (void)initialize
131131
@(MSIDErrorServerInvalidState) : @(MSALInternalErrorInvalidState),
132132
@(MSIDErrorServerProtectionPoliciesRequired) : @(MSALErrorServerProtectionPoliciesRequired),
133133
@(MSIDErrorServerUnhandledResponse) : @(MSALInternalErrorUnhandledResponse),
134-
@(MSIDErrorUnExpectedHttpResponse) : @(MSALInternalErrorUnExpectedHttpResponse)
134+
@(MSIDErrorUnexpectedHttpResponse) : @(MSALInternalErrorUnexpectedHttpResponse)
135135
}
136136
};
137137

MSAL/src/public/MSALError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ typedef NS_ENUM(NSInteger, MSALInternalError)
265265
/**
266266
Un expected http response with status code 403 or 404
267267
*/
268-
MSALInternalErrorUnExpectedHttpResponse = -42009,
268+
MSALInternalErrorUnexpectedHttpResponse = -42009,
269269

270270
/**
271271
The passed in authority URL does not pass validation.

0 commit comments

Comments
 (0)