Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Sep 21, 2023
1 parent 1e1ff94 commit 42c35a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class TimerBasedCredentialRefresherEventSource : EventSource
[Event(1)]
public void Registered(string name) => WriteEvent(1, "Registered", name);
[Event(2)]
public void Unregistered(string name) => WriteEvent(2, "nNregistered", name);
public void Unregistered(string name) => WriteEvent(2, "UnRegistered", name);
[Event(3)]
public void ScheduledTimer(string name, double interval) => WriteEvent(3, "ScheduledTimer", name, interval);
[Event(4)]
Expand Down

0 comments on commit 42c35a1

Please sign in to comment.