diff options
author | Abhishek Kumar <abhikumar@google.com> | 2015-06-15 09:53:41 -0700 |
---|---|---|
committer | Abhishek Kumar <abhikumar@google.com> | 2015-06-15 09:53:41 -0700 |
commit | 33094a7c6214d1c21819c18343017e1215dbd104 (patch) | |
tree | fa3b347ccad3785f3a71275d7f4c6fcd226866d1 /doc | |
parent | 783ad1e9d1de8430847ce8063c8af21ebe78af47 (diff) |
More fixes to GO_AWAY spelling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connectivity-semantics-and-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/connectivity-semantics-and-api.md b/doc/connectivity-semantics-and-api.md index 0cd3c6dc5c..930dff265f 100644 --- a/doc/connectivity-semantics-and-api.md +++ b/doc/connectivity-semantics-and-api.md @@ -81,7 +81,7 @@ corresponding reasons. Empty cells denote disallowed transitions. <td>Incremental successful communication on established channel.</td> <td>Any failure encountered while expecting successful communication on established channel.</td> - <td>No RPC activity on channel for IDLE_TIMEOUT <br>OR<br>upon receiving a GO_AWAY while there are no pending RPCs.</td> + <td>No RPC activity on channel for IDLE_TIMEOUT <br>OR<br>upon receiving a GOAWAY while there are no pending RPCs.</td> <td>Shutdown triggered by application.</td> </tr> <tr> |