aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PROTOCOL-HTTP2.md
diff options
context:
space:
mode:
authorGravatar Emmanuel T Odeke <emmanuel@orijtech.com>2018-03-02 17:15:20 -0800
committerGravatar Emmanuel T Odeke <emmanuel@orijtech.com>2018-03-02 17:15:23 -0800
commit2bd7bf15044d771566bf67d04dcbf24bcad98b73 (patch)
treeb8ad7e761beca34c40116d1b2cee8673389ce24f /doc/PROTOCOL-HTTP2.md
parentf22dae6b917e1d31c1dff03c2cd3c253774ff90f (diff)
doc: fix minor typo in spelling "mechanism"
s/mechanisim/mechanism/g
Diffstat (limited to 'doc/PROTOCOL-HTTP2.md')
-rw-r--r--doc/PROTOCOL-HTTP2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROTOCOL-HTTP2.md b/doc/PROTOCOL-HTTP2.md
index 107a8e8824..bdd00ca363 100644
--- a/doc/PROTOCOL-HTTP2.md
+++ b/doc/PROTOCOL-HTTP2.md
@@ -191,7 +191,7 @@ grpc-java-android/0.9.1 (gingerbread/1.2.4; nexus5; tmobile)
Unless explicitly defined to be, gRPC Calls are not assumed to be idempotent. Specifically:
* Calls that cannot be proven to have started will not be retried.
-* There is no mechanisim for duplicate suppression as it is not necessary.
+* There is no mechanism for duplicate suppression as it is not necessary.
* Calls that are marked as idempotent may be sent multiple times.