aboutsummaryrefslogtreecommitdiffstats
path: root/man/irb.1
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-01 11:07:03 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-01 11:07:03 +0000
commitbb9464dea8f8f49facfe727a9f9816be98d3aed4 (patch)
tree8a068feb1264d8e7fc2f6cc658848cdb80e910da /man/irb.1
parentc3757c216564a47ac83a9575d6126c8d3094e574 (diff)
downloadruby-bb9464dea8f8f49facfe727a9f9816be98d3aed4.tar.gz
fix typos in man
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man/irb.1')
-rw-r--r--man/irb.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/irb.1 b/man/irb.1
index dc78baeff7..451b2d8d9b 100644
--- a/man/irb.1
+++ b/man/irb.1
@@ -41,7 +41,7 @@ Prints the version of
Same as `ruby -E' .
Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:).
.Pp
-You can ommit the one for internal encodings, then the value
+You can omit the one for internal encodings, then the value
.Pf ( Li "Encoding.default_internal" ) will be nil.
.Pp
.It Fl I Ar path
@@ -52,7 +52,7 @@ directory
.Pp
.It Fl U
Same as `ruby -U' .
-Sets the defalut value for internal encodings
+Sets the default value for internal encodings
.Pf ( Li "Encoding.default_internal" ) to UTF-8.
.Pp
.It Fl d
@@ -167,7 +167,7 @@ Reported problems will be published after fixed.
.Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://redmine.ruby-lang.org).
Do not report security vulnerabilities
-via the system because it publishes the vulnerabilities immedately.
+via the system because it publishes the vulnerabilities immediately.
.El
.Sh AUTHORS
Written by Keiju ISHITSUKA.