summaryrefslogtreecommitdiff
path: root/lib/shell/filter.rb
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-29 11:49:39 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-29 11:49:39 +0000
commite294fbaf5fd48fa1f32a0e8709462363e62f200e (patch)
treec19beada0416f72b6b8a1945dc35554a3b18e6b7 /lib/shell/filter.rb
parent31a755e4f2f09a4925d7dfe427559d5452744119 (diff)
Fix two typos
My typo checker :-) found the bugs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/shell/filter.rb')
-rw-r--r--lib/shell/filter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shell/filter.rb b/lib/shell/filter.rb
index 2c3ad40a48..caa976ae3e 100644
--- a/lib/shell/filter.rb
+++ b/lib/shell/filter.rb
@@ -56,7 +56,7 @@ class Shell #:nodoc:
self.input = src
self
else
- Shell.Fail Error::CantApplyMethod, "<", to.class
+ Shell.Fail Error::CantApplyMethod, "<", src.class
end
end