From ff28255d10dbc5579e72ba942f3016d433b51acf Mon Sep 17 00:00:00 2001
From: DO ANH TUAN <42203940+datuanmac@users.noreply.github.com>
Date: Fri, 15 Mar 2019 03:12:48 +0700
Subject: [PATCH] cleanup: fix typo in comment (#2657)

Although it is spelling mistakes, it might make an effect while reading.
---
 test/creds_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/creds_test.go b/test/creds_test.go
index d0ecaa4f..275165c8 100644
--- a/test/creds_test.go
+++ b/test/creds_test.go
@@ -18,7 +18,7 @@
 
 package test
 
-// TODO(https://github.com/grpc/grpc-go/issues/2330): move all creds releated
+// TODO(https://github.com/grpc/grpc-go/issues/2330): move all creds related
 // tests to this file.
 
 import (