summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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