Skip to content

Commit df833da

Browse files
committed
Fix typo
1 parent a7f144f commit df833da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSAL/src/configuration/MSALLoggerConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ - (void)setLogCallback:(MSALLogCallback)callback
5757
#if DEBUG
5858
@throw [NSException
5959
exceptionWithName:NSInternalInconsistencyException
60-
reason:@"MSAL logging callback can only be set once per process and should never changed be once set."
60+
reason:@"MSAL logging callback can only be set once per process and should never be changed once set."
6161
userInfo:nil];
6262
#endif
6363
MSID_LOG_WITH_CTX(MSIDLogLevelError, nil, @"MSAL logging callback can only be set once per process and should never be changed once set.");

0 commit comments

Comments
 (0)