1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Fix typo.

This commit is contained in:
Bartosz Taudul 2020-05-18 18:25:49 +02:00
parent 3a302c18bc
commit 883264c0df

View File

@ -3285,7 +3285,7 @@ void View::DrawContextSwitches( const ContextSwitch* ctx, bool hover, double pxn
if( hover && ImGui::IsMouseHoveringRect( wpos + ImVec2( px0, offset ), wpos + ImVec2( minpx, offset + ty ) ) )
{
ImGui::BeginTooltip();
TextFocused( "Thread is", "chaning activity multiple times" );
TextFocused( "Thread is", "changing activity multiple times" );
TextFocused( "Number of running regions:", RealToString( num ) );
TextFocused( "Time:", TimeToString( rend - ev.Start() ) );
ImGui::EndTooltip();