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 + + * man/ruby.1: spelling fix ("bellow" => "below") [ci-skip] + Thu Sep 4 03:52:16 2014 Eric Wong * 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