Skip to content

Commit

Permalink
Fixed letter case.
Browse files Browse the repository at this point in the history
  • Loading branch information
bombomby committed Jun 26, 2015
1 parent 3de33b9 commit 32be8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brofiler/TimeLine/TimeLine.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public TimeLine()
this.Loaded += new RoutedEventHandler(TimeLine_Loaded);


statusToError.Add(ETWStatus.ETW_ERROR_ACCESS_DENIED, new KeyValuePair<string, string>("ETW can't start: launch your game As Administrator to collect Context Switches", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
statusToError.Add(ETWStatus.ETW_ERROR_ACCESS_DENIED, new KeyValuePair<string, string>("ETW can't start: launch your game as administrator to collect context switches", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
statusToError.Add(ETWStatus.ETW_ERROR_ALREADY_EXISTS, new KeyValuePair<string, string>("ETW session already started (Reboot should help)", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
statusToError.Add(ETWStatus.ETW_FAILED, new KeyValuePair<string, string>("ETW session failed", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
}
Expand Down

0 comments on commit 32be8c2

Please sign in to comment.