From eaf9e87a08921c4bb932e404bb12eba323591e2b Mon Sep 17 00:00:00 2001
From: Abhishek Kumar <abhikumar@google.com>
Date: Thu, 30 Jul 2015 12:01:20 -0700
Subject: [PATCH] Suffixed -bin for server descrioption of echo trailing
 metadata

---
 doc/interop-test-descriptions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index 46cf7d5937..065e107c24 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -783,7 +783,7 @@ associated status messages end-to-end.
 When the client sends metadata with the key `"x-grpc-test-echo-initial"` with its
 request, the server sends back exactly this key and the corresponding value back to
 the client as part of initial metadata. When the client sends metadata with the key
-`"x-grpc-test-echo-trailing"` with its request, the server sends back exactly this
+`"x-grpc-test-echo-trailing-bin"` with its request, the server sends back exactly this
 key and the corresponding value back to the client as trailing metadata.
 
 ### Observe ResponseParameters.interval_us
-- 
GitLab