Skip to content

Commit 9ed764b

Browse files
author
Bas Visscher
committed
typo
1 parent 8f12a8e commit 9ed764b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LogViewer/Mapping/Mappers/ConnectionMapper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ private void MapConnectionState(ITraceBuilder builder, LogEntry entry, bool conn
3030
{
3131
var descriptor = new TraceDescriptor
3232
{
33-
TraceId = $"ConectionServer",
33+
TraceId = $"ConnectionServer",
3434
Category = "State",
35-
EntityId = $"ConectionServer",
35+
EntityId = $"ConnectionServer",
3636
DrawStyle = DrawStyles.State,
3737
DrawOption = DrawOptions.DrawNames | DrawOptions.ExtendEnd,
3838
BaseColor = Color.FromArgb(unchecked((int)0xFF008FFF)),

0 commit comments

Comments
 (0)