From ead7008a08f9ace4591ebbc03e63fdc7ef37e502 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 May 2020 00:25:49 +0200 Subject: Fix spelling mistakes found by misspell https://github.com/client9/misspell --- tests/matrix/concurrency_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/matrix') diff --git a/tests/matrix/concurrency_test.go b/tests/matrix/concurrency_test.go index 7fd3a00..205becb 100644 --- a/tests/matrix/concurrency_test.go +++ b/tests/matrix/concurrency_test.go @@ -82,7 +82,7 @@ func TestConcurrentReadCreate(t *testing.T) { content := []byte("1234567890") loops := 100 var wg sync.WaitGroup - // "Creater" thread + // "Create()" thread wg.Add(1) go func() { for i := 0; i < loops; i++ { -- cgit v1.2.3