From 82eef27f46a56f033c61e2724ababb0a7997b465 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Sun, 15 Dec 2013 02:09:41 +0000 Subject: [PATCH] * lib/shell/filter.rb: [DOC] Fix typo s/exection/execution/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shell/filter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shell/filter.rb b/lib/shell/filter.rb index d53ed06315..9fae07d23e 100644 --- a/lib/shell/filter.rb +++ b/lib/shell/filter.rb @@ -10,7 +10,7 @@ # class Shell #:nodoc: - # Any result of command exection is a Filter. + # Any result of command execution is a Filter. # # This class includes Enumerable, therefore a Filter object can use all # Enumerable