From f1badf0da8047536f3aa02da798eb836f1e6e751 Mon Sep 17 00:00:00 2001 From: Sarath Kumar Sivan Date: Sun, 25 Oct 2020 18:46:06 -0700 Subject: [PATCH] Fix typo in comments against Event struct definition inside writer.go Signed-off-by: Sarath Kumar Sivan --- progress/writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress/writer.go b/progress/writer.go index 23a5d207..3d48f6d3 100644 --- a/progress/writer.go +++ b/progress/writer.go @@ -39,7 +39,7 @@ const ( Error ) -// Event reprensents a progress event +// Event represents a progress event. type Event struct { ID string Text string