Skip to content
Snippets Groups Projects
Commit 46566b8c authored by Aggelos Avgerinos's avatar Aggelos Avgerinos
Browse files

Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'

parent 3a718b2c
No related branches found
No related tags found
No related merge requests found
...@@ -217,8 +217,8 @@ module GRPC ...@@ -217,8 +217,8 @@ module GRPC
def self.included(o) def self.included(o)
o.extend(Dsl) o.extend(Dsl)
# Update to the use the service name including module. Proivde a default # Update to the use the service name including module. Provide a default
# that can be nil e,g. when modules are declared dynamically. # that can be nil e.g. when modules are declared dynamically.
return unless o.service_name.nil? return unless o.service_name.nil?
if o.name.nil? if o.name.nil?
o.service_name = 'GenericService' o.service_name = 'GenericService'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment