From 5bd8a04baff0b39b543d9d7724af6ccc95b50253 Mon Sep 17 00:00:00 2001 From: Harry Barber Date: Mon, 27 Jul 2020 17:33:24 +0100 Subject: [PATCH] Fix typo (#405) --- tonic/src/transport/server/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tonic/src/transport/server/mod.rs b/tonic/src/transport/server/mod.rs index 8b20438..b5b292f 100644 --- a/tonic/src/transport/server/mod.rs +++ b/tonic/src/transport/server/mod.rs @@ -243,7 +243,7 @@ impl Server { /// /// # Note /// Even when the argument given is `None` this will capture *all* requests to this service name. - /// As a result, one cannot use this to toggle between two indentically named implementations. + /// As a result, one cannot use this to toggle between two identically named implementations. pub fn add_optional_service( &mut self, svc: Option, @@ -379,7 +379,7 @@ where /// /// # Note /// Even when the argument given is `None` this will capture *all* requests to this service name. - /// As a result, one cannot use this to toggle between two indentically named implementations. + /// As a result, one cannot use this to toggle between two identically named implementations. pub fn add_optional_service( self, svc: Option,