about summary refs log tree commit homepage
path: root/HACKING
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-21 17:49:13 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-21 17:49:13 -0800
commit592875b2726a6e5009c3ce63986def56577f6deb (patch)
treed961608f5d59218d141efbb28623c4effdb51c09 /HACKING
parente6b052ee5cc2a562054bac8bce60ea7c7b21b20d (diff)
downloadunicorn-592875b2726a6e5009c3ce63986def56577f6deb.tar.gz
So says the project website and documentation
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 119b6b7..7b6ef3f 100644
--- a/HACKING
+++ b/HACKING
@@ -14,14 +14,14 @@ done.
 
 Tests are good, but slow tests make development slow, so we make tests
 faster (in parallel) with GNU make (instead of Rake) and avoiding
-Rubygems.
+RubyGems.
 
 Users of GNU-based systems (such as GNU/Linux) usually have GNU make installed
 as "make" instead of "gmake".
 
 Since we don't load RubyGems by default, loading Rack properly requires
 setting up RUBYLIB to point to where Rack is located.  Not loading
-Rubygems drastically lowers the time to run the full test suite.  You
+RubyGems drastically lowers the time to run the full test suite.  You
 may setup a "local.mk" file in the top-level working directory to setup
 your RUBYLIB and any other environment variables.  A "local.mk.sample"
 file is provided for reference.