summaryrefslogtreecommitdiff
path: root/lib/shell
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-15 02:09:41 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-15 02:09:41 +0000
commit82eef27f46a56f033c61e2724ababb0a7997b465 (patch)
tree83e1274cbb2edc68c1cb996d539c7a2d13642532 /lib/shell
parent6c9a3cb68145df6bda419174df7f87061c52f3d9 (diff)
* 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
Diffstat (limited to 'lib/shell')
-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 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