aboutsummaryrefslogtreecommitdiffstats
path: root/lib/delegate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/delegate.rb')
-rw-r--r--lib/delegate.rb2
1 files changed, 1 insertions, 1 deletions
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)