Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander M. Czigler authored and AndersAbel committed Sep 10, 2021
1 parent 2099090 commit 75e1a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sustainsys.Saml2/Federation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void RegisterIdentityProviders(List<IdentityProvider> identityProviders)
options.IdentityProviders.Remove(idp);
}

// Remember what we registered this time, to know what to remove nex time.
// Remember what we registered this time, to know what to remove next time.
registeredIdentityProviders = identityProviders.ToDictionary(
i => i.EntityId.Id,
i => i.EntityId);
Expand Down Expand Up @@ -243,4 +243,4 @@ private void ScheduleMetadataReload()
Task.Delay(delay).ContinueWith((_) => LoadMetadata());
}
}
}
}

0 comments on commit 75e1a8f

Please sign in to comment.