From b80ff608d081d97198823f83724c911f7412daea Mon Sep 17 00:00:00 2001 From: Pallav Gupta Date: Wed, 20 May 2020 16:07:49 -0500 Subject: [PATCH] Fix typo in .gitignore Change-Id: Iae398d5fcfdf88777eea6af4ab478b2e359ae800 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2038ceeb2..2166abe68 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ *.dylib bin/ -# Test binary, build wiith `go test -c` +# Test binary, build with `go test -c` *.test *.example