aboutsummaryrefslogtreecommitdiffstats
path: root/man/irb.1
diff options
context:
space:
mode:
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.