diff --git a/lib/delegate.rb b/lib/delegate.rb index da58048f36..5d256323dd 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -145,7 +145,7 @@ class Delegator end # - # Checks for a method provided by this the delegate object by fowarding the + # Checks for a method provided by this the delegate object by forwarding the # call through \_\_getobj\_\_. # def respond_to_missing?(m, include_private = false)