about summary refs log tree commit homepage
path: root/lib/rainbows
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-04-11 21:48:36 +0000
committerEric Wong <normalperson@yhbt.net>2012-04-12 03:32:55 +0000
commit335b383fa43a6d21d473ebc81668dae9a3c09055 (patch)
tree4d88a18f426f5c86bc9c565666e0bbc6ff1e9d13 /lib/rainbows
parentf2c27e950b3314b4a647c482d506ba4c7314cac4 (diff)
downloadrainbows-335b383fa43a6d21d473ebc81668dae9a3c09055.tar.gz
Found with rdoc-spellcheck
Diffstat (limited to 'lib/rainbows')
-rw-r--r--lib/rainbows/configurator.rb2
-rw-r--r--lib/rainbows/epoll.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/configurator.rb b/lib/rainbows/configurator.rb
index 433158b..92dacd6 100644
--- a/lib/rainbows/configurator.rb
+++ b/lib/rainbows/configurator.rb
@@ -3,7 +3,7 @@
 # This module adds \Rainbows! to the
 # {Unicorn::Configurator}[http://unicorn.bogomips.org/Unicorn/Configurator.html]
 # \Rainbows!-specific configuration options must be inside a the Rainbows!
-# block, otherwise Unicorn::Configurator directives may be used anwwhere
+# block, otherwise Unicorn::Configurator directives may be used anywhere
 # in the file.
 #
 #   Rainbows! do
diff --git a/lib/rainbows/epoll.rb b/lib/rainbows/epoll.rb
index 7b49e67..a711186 100644
--- a/lib/rainbows/epoll.rb
+++ b/lib/rainbows/epoll.rb
@@ -16,7 +16,7 @@ require 'sendfile'
 # When serving static files, this is extremely unfair and optimized
 # for throughput at the expense of fairness.  This is not an issue
 # if you're not serving static files, or if your working set is
-# small enough to aways be in your kernel page cache.  This concurrency
+# small enough to always be in your kernel page cache.  This concurrency
 # model may starve clients if you have slow disks and large static files.
 #
 # === RubyGem Requirements