aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--man/ruby.12
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a60ed41aab..9a593449d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 4 03:57:46 2014 Eric Wong <e@80x24.org>
+
+ * man/ruby.1: spelling fix ("bellow" => "below") [ci-skip]
+
Thu Sep 4 03:52:16 2014 Eric Wong <e@80x24.org>
* man/ruby.1: add trailing slash to URLs [ci-skip]
diff --git a/man/ruby.1 b/man/ruby.1
index bdc014322c..d65230688b 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -477,7 +477,7 @@ environment variable on calling Kernel#system.
And Ruby depends on some RubyGems related environment variables unless RubyGems is disabled.
See the help of
.Xr gem 1
-as bellow.
+as below.
.Bd -literal -offset indent
% gem help
.Ed