summaryrefslogtreecommitdiff
path: root/lib/shell
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell')
-rw-r--r--lib/shell/command-processor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/shell/command-processor.rb b/lib/shell/command-processor.rb
index 6f8e5ffd09..ecf6c7d5eb 100644
--- a/lib/shell/command-processor.rb
+++ b/lib/shell/command-processor.rb
@@ -146,7 +146,7 @@ class Shell
# file2: String(optional)
# return: Boolean
# same as:
- # test() (when command is char or length 1 string or sumbol)
+ # test() (when command is char or length 1 string or symbol)
# FileTest.command (others)
# example:
# sh[?e, "foo"]
@@ -214,7 +214,7 @@ class Shell
# CommandProcessor#system(command, *opts)
# command: String
# opts: String
- # retuen: SystemCommand
+ # return: SystemCommand
# Same as system() function
# example:
# print sh.system("ls", "-l")