From 988de5b59439e474872003e63f10bfa5614bd982 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 14 Mar 2023 01:54:21 +0100 Subject: [PATCH] Fix typo. --- server/TracyTimelineItem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyTimelineItem.hpp b/server/TracyTimelineItem.hpp index 068bf1f1..8185d6f1 100644 --- a/server/TracyTimelineItem.hpp +++ b/server/TracyTimelineItem.hpp @@ -17,7 +17,7 @@ public: TimelineItem( View& view, Worker& worker, const void* key ); virtual ~TimelineItem() = default; - // draws the timeilne item and also updates the next frame height value + // draws the timeline item and also updates the next frame height value void Draw( bool firstFrame, double pxns, int yOffset, const ImVec2& wpos, bool hover, float yMin, float yMax ); void VisibilityCheckbox();