summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 04:40:15 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 04:40:15 +0000
commit59edab809e6b2ba1eb7e77c9a9162a4957fcce66 (patch)
tree23802d069f2fbb1f67f6a069c99dc284396cb845 /lib
parent949092060cf43d761e0e355094d945a1240696ea (diff)
* lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff
[Github Fixes #233] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open3.rb b/lib/open3.rb
index 36211f042c..1ee014d8a9 100644
--- a/lib/open3.rb
+++ b/lib/open3.rb
@@ -24,7 +24,7 @@
# - Open3.pipeline_r : pipe for last stdout of a pipeline
# - Open3.pipeline_w : pipe for first stdin of a pipeline
# - Open3.pipeline_start : run a pipeline and don't wait
-# - Open3.pipeline : run a pipline and wait
+# - Open3.pipeline : run a pipeline and wait
#
module Open3