Mercurial > pub > ImplabNet
diff Implab/Diagnostics/TraceContext.cs @ 119:2573b562e328 v2
Promises rewritten, added improved version of AsyncQueue
author | cin |
---|---|
date | Sun, 11 Jan 2015 19:13:02 +0300 |
parents | a43745f81f10 |
children | 6c49d02a9a05 |
line wrap: on
line diff
--- a/Implab/Diagnostics/TraceContext.cs Sun Dec 28 16:09:03 2014 +0300 +++ b/Implab/Diagnostics/TraceContext.cs Sun Jan 11 19:13:02 2015 +0300 @@ -74,7 +74,7 @@ m_current = m_stack.Pop(); LogChannel<TraceEvent>.Default.LogEvent(new TraceEvent(TraceEventType.Leave, String.Format("{0} -> {1}", prev.Name, CurrentOperation.Name))); } else { - TraceLog.TraceWarning("Attemtp to leave the last operation context"); + TraceLog.TraceWarning("Attempt to leave the last operation context"); m_current = OperationContext.EMPTY; } }